PUT CarePlans/ResponseCode/{carePlanResponseCodeID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
carePlanResponseCodeID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
CarePlanResponseCodeDTOName | Description | Type | Additional information |
---|---|---|---|
CarePlanResponseCodeID | integer |
None. |
|
CarePlanResponseCodeTableID | integer |
None. |
|
ResponseCodeName | string |
None. |
|
ResponseCode | string |
None. |
|
ResponseCodeDescription | string |
None. |
|
IsNotApplicable | boolean |
None. |
|
SortOrder | integer |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "carePlanResponseCodeID": 1, "carePlanResponseCodeTableID": 2, "responseCodeName": "sample string 3", "responseCode": "sample string 4", "responseCodeDescription": "sample string 5", "isNotApplicable": true, "sortOrder": 7, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:03:55.4271066+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:03:55 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:03:55.4271066+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:03:55 AM" }, "summary": "sample string 3: sample string 5" }
application/xml, text/xml
Sample:
<CarePlanResponseCodeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <CarePlanResponseCodeID>1</CarePlanResponseCodeID> <CarePlanResponseCodeTableID>2</CarePlanResponseCodeTableID> <Created> <DateUtc>2024-12-04T08:03:55.4271066+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <IsNotApplicable>true</IsNotApplicable> <LastUpdated> <DateUtc>2024-12-04T08:03:55.4271066+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <ResponseCode>sample string 4</ResponseCode> <ResponseCodeDescription>sample string 5</ResponseCodeDescription> <ResponseCodeName>sample string 3</ResponseCodeName> <SortOrder>7</SortOrder> </CarePlanResponseCodeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͐AN1E�y˔f2�eW�M-����"e���,PՓ��H\���Nٳ��������v�N�;�0�����5���(�����E���=����营L�?�~C@�kL٘m��-�M��W1:ۍ9@e��(ߑA� �@�1�_g�Ҁ:�)�!w�[p!g��q��7�7�m��X�|���\q^� ��]��i�{M/S��j1��q��f�-�*p:�C4�%�_C�b�?} c���-
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. |