PUT CarePlans/ItemCategory/{carePlanItemCategoryID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
carePlanItemCategoryID | integer |
Required |
|
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:49:46.1860728+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:49:46 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:49:46.1860728+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:49:46 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:49:46.1860728+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <LastUpdated> <DateUtc>2024-12-04T07:49:46.1860728+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��i�Mt����E MSnҡ�~����/Qpw�s8����C� ���v�^u�T�D�Ew�"(��62��/L�ǰA_Pل��_�,����'�J&@X82�ï� �L�P����b��ϕ\*9�����ňs�y�m=��o��VS��1W�TL��9���l��!�J�pn̿���`x Q�j�
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. |