PUT CarePlans/ResponseCodeTable/{carePlanResponseCodeTableID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
carePlanResponseCodeTableID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
CarePlanResponseCodeTableDTOName | Description | Type | Additional information |
---|---|---|---|
CarePlanResponseCodeTableID | integer |
None. |
|
TableName | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "carePlanResponseCodeTableID": 1, "tableName": "sample string 2", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:06:35.4415868+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:06:35 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:06:35.4415868+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:06:35 AM" }, "summary": "sample string 2" }
application/xml, text/xml
Sample:
<CarePlanResponseCodeTableDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <CarePlanResponseCodeTableID>1</CarePlanResponseCodeTableID> <Created> <DateUtc>2024-12-04T08:06:35.4415868+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <LastUpdated> <DateUtc>2024-12-04T08:06:35.4415868+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <TableName>sample string 2</TableName> </CarePlanResponseCodeTableDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͎=�0���|� m-�t3�8h��*�bL(���p2��,�Ͱ�=���z<���c����mnZ���Ըۂd��� Hp�t5���X�Z��^y��+�5�t��W!�)1�1�%��*] ��<��JJCQ��ή��e�i�x"�i�|��zc�r���ܙ �����
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. |