GET PlanCare2Api/ArrangementProductActs?clientId={clientId}&referenceDate={referenceDate}
Fetches all ArrangementProductActs related to the provided client that are valid on the specified reference date
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
Identifier of client |
integer |
Required |
| referenceDate |
The date which is used to filter ArrangementProductActs |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
ArrangementProductAct
Collection of ArrangementProductAct| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The identifier of the ArrangementProductAct |
integer |
None |
| Name |
The name of the ArrangementProductAct |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.