GET api/LookUpCust/GetDecodingTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DecodingType| Name | Description | Type | Additional information |
|---|---|---|---|
| type_code | integer |
None. |
|
| type_description | string |
None. |
|
| old_code | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"type_code": 1,
"type_description": "sample string 2",
"old_code": "sample string 3"
},
{
"type_code": 1,
"type_description": "sample string 2",
"old_code": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfDecodingType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical">
<DecodingType>
<old_code>sample string 3</old_code>
<type_code>1</type_code>
<type_description>sample string 2</type_description>
</DecodingType>
<DecodingType>
<old_code>sample string 3</old_code>
<type_code>1</type_code>
<type_description>sample string 2</type_description>
</DecodingType>
</ArrayOfDecodingType>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.