PUT Clients/CarePlanEntry/{clientCarePlanEntryID}?validateOnly={validateOnly}
Update clientCarePlanEntry
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientCarePlanEntryID |
ClientCarePlanEntryID of ClientCarePlanEntry to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
ClientCarePlanEntry data
ClientCarePlanEntryDTOName | Description | Type | Additional information |
---|---|---|---|
ClientCarePlanEntryID |
Client Care Plan Entry ID |
integer |
None. |
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. |
Comments |
Comments |
string |
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. |
ClientCarePlanEntryItems |
Client Care Plan Entry Items |
Collection of ClientCarePlanEntryItemDTO |
None. |
CarePlanName |
Care Plan Name |
string |
None. |
Title |
Title |
string |
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. |