POST PlanCare2Api/ClientplansV2/{clientplanId}/PrimaryCare/ArrangementProductActs
Create a new Arrangement product act.
Requires 'Start' permission for function ClientPlanOverview {7757BB23-A132-438A-9601-28E6BF9E4CA7}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientplanId | string |
None |
Body Parameters
The arrangement product to save in the client plan.
CreateClientplanArrangementProductAct| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientplanId |
The id of the client plan |
integer |
None |
| ArrangementProductActs |
The acts of this client plan arrangement |
Collection of CreateArrangementProductAct |
None |
Request Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
Response Information
Resource Description
Returns the HttpResponseMessage which contains the saved arrangement product act instance.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |