GET Client/DPT/CancelReason
Get the list of DPT Cancel reason
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ResultCode| Name | Description | Type | Additional information |
|---|---|---|---|
| Category | string |
None. |
|
| CodeId | integer |
None. |
|
| CodeShort | string |
None. |
|
| CodeLong | string |
None. |
|
| SortOrder | string |
None. |
|
| SystemLanguageId | integer |
None. |
|
| Available | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Category": "sample string 1",
"CodeId": 2,
"CodeShort": "sample string 3",
"CodeLong": "sample string 4",
"SortOrder": "sample string 5",
"SystemLanguageId": 6,
"Available": true
},
{
"Category": "sample string 1",
"CodeId": 2,
"CodeShort": "sample string 3",
"CodeLong": "sample string 4",
"SortOrder": "sample string 5",
"SystemLanguageId": 6,
"Available": true
}
]
application/xml, text/xml
Sample:
<ArrayOfResultCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<ResultCode>
<Available>true</Available>
<Category>sample string 1</Category>
<CodeId>2</CodeId>
<CodeLong>sample string 4</CodeLong>
<CodeShort>sample string 3</CodeShort>
<SortOrder>sample string 5</SortOrder>
<SystemLanguageId>6</SystemLanguageId>
</ResultCode>
<ResultCode>
<Available>true</Available>
<Category>sample string 1</Category>
<CodeId>2</CodeId>
<CodeLong>sample string 4</CodeLong>
<CodeShort>sample string 3</CodeShort>
<SortOrder>sample string 5</SortOrder>
<SystemLanguageId>6</SystemLanguageId>
</ResultCode>
</ArrayOfResultCode>