GET api/Cheque/GetChequeStopReason
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GenericCodeValue| Name | Description | Type | Additional information |
|---|---|---|---|
| RefCode | string |
None. |
|
| RefDesc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RefCode": "sample string 1",
"RefDesc": "sample string 2"
},
{
"RefCode": "sample string 1",
"RefDesc": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfGenericCodeValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tesla.FbnIntegrator.CustomObject">
<GenericCodeValue>
<RefCode>sample string 1</RefCode>
<RefDesc>sample string 2</RefDesc>
</GenericCodeValue>
<GenericCodeValue>
<RefCode>sample string 1</RefCode>
<RefDesc>sample string 2</RefDesc>
</GenericCodeValue>
</ArrayOfGenericCodeValue>