GET PlanCare2Api/Products/{productId}/Acts?referenceDate={referenceDate}

Gets all product acts by product id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

Product identifier

integer

Required

referenceDate

Date to validate on

date

Required

Body Parameters

None.

Response Information

Resource Description

The list of productacts valid by product id

Collection of ProductAct
NameDescriptionTypeAdditional information
ProductId

Id of the product

integer

None

ActId

Id of the act

integer

None

ActName

Name of the act

string

None

ActDescription

Description of the act

string

None

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ProductId": 1,
    "ActId": 2,
    "ActName": "sample string 3",
    "ActDescription": "sample string 4"
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Er is een uitzondering opgetreden van het type System.OutOfMemoryException.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Er is een uitzondering opgetreden van het type System.OutOfMemoryException.