PUT Clients/CarePlanEntryItemNote/{clientCarePlanEntryItemNoteID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientCarePlanEntryItemNoteID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
ClientCarePlanEntryItemNoteDTOName | Description | Type | Additional information |
---|---|---|---|
ClientCarePlanEntryItemNoteID | integer |
None. |
|
ClientCarePlanEntryID | integer |
None. |
|
CarePlanItemID | integer |
None. |
|
Contents | string |
None. |
|
CarePlanItemType | CarePlanItemType |
None. |
|
CarePlanName | string |
None. |
|
CarePlanItemName | string |
None. |
|
CarePlanItemCaption | string |
None. |
|
RecordState | ClinicalRecordState |
None. |
|
CreatedByUserID | integer |
None. |
|
LastUpdatedByUserID | integer |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "clientCarePlanEntryItemNoteID": 1, "clientCarePlanEntryID": 2, "carePlanItemID": 3, "contents": "sample string 4", "carePlanItemType": 1, "carePlanName": "sample string 5", "carePlanItemName": "sample string 6", "carePlanItemCaption": "sample string 7", "recordState": 1, "createdByUserID": 8, "lastUpdatedByUserID": 9, "created": { "dateUtc": "2024-12-04T08:07:45.3170658+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:07:45 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:07:45.3170658+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:07:45 AM" }, "summary": "sample string 4" }
application/xml, text/xml
Sample:
<ClientCarePlanEntryItemNoteDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <CarePlanItemCaption>sample string 7</CarePlanItemCaption> <CarePlanItemID>3</CarePlanItemID> <CarePlanItemName>sample string 6</CarePlanItemName> <CarePlanItemType>Problem</CarePlanItemType> <CarePlanName>sample string 5</CarePlanName> <ClientCarePlanEntryID>2</ClientCarePlanEntryID> <ClientCarePlanEntryItemNoteID>1</ClientCarePlanEntryItemNoteID> <Contents>sample string 4</Contents> <Created> <DateUtc>2024-12-04T08:07:45.3170658+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <CreatedByUserID>8</CreatedByUserID> <LastUpdated> <DateUtc>2024-12-04T08:07:45.3170658+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <LastUpdatedByUserID>9</LastUpdatedByUserID> <RecordState>Active</RecordState> </ClientCarePlanEntryItemNoteDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͏Aj�0D�"��I#+r�j�$]d�Ph| a�����0!'�G�*SSp��3o���>>�P65Z�i�o��/�|w 4GGxJ�DtDt���:J�R�(ڴ �@��g&a̟���Q��һ�,���v���� �E�c�|�N��v��Ym�"����/�с���O�,�+�fAe�\�e"�\�x�x�d��N2�I����o�.�c��s�%b%W}n��W��&��9�$ܾ:�~e
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. |