PUT Clients/CarePlan/{clientCarePlanID}?validateOnly={validateOnly}
Update clientCarePlan
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientCarePlanID |
ClientCarePlanID of ClientCarePlan to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
ClientCarePlan data
ClientCarePlanDTOName | Description | Type | Additional information |
---|---|---|---|
ClientCarePlanID |
Client Care Plan ID |
integer |
None. |
ClientID |
Client ID |
integer |
None. |
CarePlanID |
Care Plan ID |
integer |
None. |
StartDateUtc |
Start Date Utc |
date |
None. |
StopDateUtc |
Stop Date Utc |
date |
None. |
RecordState |
Record State |
ClinicalRecordState |
None. |
RecordStateReason |
Record State Reason |
string |
None. |
CreatedByUserID |
Created By User ID |
integer |
None. |
LastUpdatedByUserID |
Last Updated By User ID |
integer |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Title |
Title |
string |
None. |
CarePlanName |
Care Plan Name |
string |
None. |
CarePlanResponseCodeTableID |
Care Plan Response Code Table ID |
integer |
None. |
Entries |
Care Plan Entries |
Collection of ClientCarePlanEntryDTO |
None. |
Summary |
Summary |
string |
None. |
Response Information
Resource Description
Success or not
IHttpActionResultNone.