POST Clients/CarePlanEntryItemNote?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
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:01:41.9265869+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:01:41 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:01:41.9265869+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:01:41 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:01:41.9265869+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <CreatedByUserID>8</CreatedByUserID> <LastUpdated> <DateUtc>2024-12-04T08:01:41.9265869+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:
� ͏AN�0D�b�--��� �� V�"�vd�.��'c������҄=;k�͟������AG;�5��Q����� �O��j�H�LΨ �A�K�w����]�,Rh�;S0�}�?�G�`,�R۫�"�]A;�Q��O\�ʇ����ӳ~�ˈa�C���D*�z��,�3fIU��\���k��<�\h%n�m��\s�JO���r��x�ք~�1�*�x�=��e2�?��+��� }�R?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. |