GET PlanCare2Api/ArrangementProductActs/Arrangements?clientplanId={clientplanId}&referenceDate={referenceDate}
Fetches the arrangements for a specific clientplan on the specified reference date.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientplanId |
The clientplan identifier. |
integer |
Required |
| referenceDate |
The reference date. |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
ClientplanArrangement
ClientplanArrangement| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientplanId |
The clientplan identifier. |
integer |
None |
| Arrangements |
The arrangements. |
Collection of Arrangement |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.