Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
conditionCodeId |
The condition code identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The condition code.
Nano.ConditionCodeName | Description | Type | Additional information |
---|---|---|---|
description |
Gets or sets the description. |
string |
None. |
id |
Gets or sets the identifier. |
string |
None. |
order |
Gets or sets the order. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "description": "sample String 1", "id": "sample String 2", "order": 3 }
text/html
Sample:
{"description":"sample String 1","id":"sample String 2","order":3}
application/xml, text/xml
Sample:
<ConditionCode xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample String 1</Description> <ConditionCodeId>sample String 2</ConditionCodeId> <Order>3</Order> </ConditionCode>
application/vnd.api+json
Sample:
Sample not available.