POST CarePlans/CarePlan?validateOnly={validateOnly}
Add carePlan
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
CarePlan data
CarePlanDTOName | Description | Type | Additional information |
---|---|---|---|
CarePlanID |
Care Plan ID |
integer |
None. |
CarePlanResponseCodeTableID |
Care Plan Response Code Table ID |
integer |
None. |
CarePlanResponseCodeTableName |
Care Plan Response Code Table Name |
string |
None. |
CarePlanName |
Care Plan Name |
string |
None. |
Type |
Type |
CarePlanType |
None. |
Title |
Title |
string |
None. |
Props |
Props |
Collection of Object |
None. |
SortOrder |
Sort Order |
integer |
None. |
Comments |
Comments |
string |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
BusinessUnits |
Business units |
Collection of CarePlanBusinessUnitDTO |
None. |
CarePlanItems |
Care Plan Items |
Collection of CarePlanItemLinkDTO |
None. |
ResponseSubCodes |
Care Plan Response Sub Codes |
Collection of CarePlanResponseSubCodeDTO |
None. |
Summary |
Summary |
string |
None. |
Response Information
Resource Description
HttpResponseMessageName | 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. |