POST CarePlans/ItemCategory?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
CarePlanItemCategoryDTOName | Description | Type | Additional information |
---|---|---|---|
CarePlanItemCategoryID | integer |
None. |
|
CategoryName | string |
None. |
|
CategoryDescription | string |
None. |
|
SortOrder | integer |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "carePlanItemCategoryID": 1, "categoryName": "sample string 2", "categoryDescription": "sample string 3", "sortOrder": 4, "recordState": 1, "created": { "dateUtc": "2024-12-04T07:58:14.1228424+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:58:14 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:58:14.1228424+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:58:14 AM" }, "summary": "sample string 3" }
application/xml, text/xml
Sample:
<CarePlanItemCategoryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <CarePlanItemCategoryID>1</CarePlanItemCategoryID> <CategoryDescription>sample string 3</CategoryDescription> <CategoryName>sample string 2</CategoryName> <Created> <DateUtc>2024-12-04T07:58:14.1228424+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <LastUpdated> <DateUtc>2024-12-04T07:58:14.1228424+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <SortOrder>4</SortOrder> </CarePlanItemCategoryDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �N� �0��pW�&1�d]|��Bs)��)7q��/s��#�����q�wP�cm�mD�6KO���Ȓ4нq�qm�,D���I�6 ��X���7K��)�"�V��)��0C��݁M �E*�\���c��|��K-�DH�TR�8ל��K@��-\�3t�֘o��S5}M�w7[�Ϡ6!���;�B3�!�5�
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. |