POST api/CDVWeb/Encashment/GetList
Request Information
URI Parameters
None.
Body Parameters
DTO_EncashmentList| Name | Description | Type | Additional information |
|---|---|---|---|
| POST | string |
None. |
|
| OFC_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"POST": "sample string 1",
"OFC_ID": "sample string 2"
}
application/xml, text/xml
Sample:
<DTO_EncashmentList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models.ASCDV"> <OFC_ID>sample string 2</OFC_ID> <POST>sample string 1</POST> </DTO_EncashmentList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EncashmentListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| EncashmentList | Collection of EncashmentList |
None. |
|
| Request | RequestModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"EncashmentList": [
{
"CVNO": "sample string 1",
"CVDATE": "2025-12-21T21:53:04.8041711-08:00",
"PAYEE": "sample string 3",
"CHECKAMOUNT": 4.0,
"PREPARED": "sample string 5",
"STATUS": "sample string 6"
},
{
"CVNO": "sample string 1",
"CVDATE": "2025-12-21T21:53:04.8041711-08:00",
"PAYEE": "sample string 3",
"CHECKAMOUNT": 4.0,
"PREPARED": "sample string 5",
"STATUS": "sample string 6"
}
],
"Request": {
"Status": 0,
"Description": "sample string 1"
}
}
application/xml, text/xml
Sample:
<EncashmentListResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models.ASCDV">
<EncashmentList>
<EncashmentList>
<CHECKAMOUNT>4</CHECKAMOUNT>
<CVDATE>2025-12-21T21:53:04.8041711-08:00</CVDATE>
<CVNO>sample string 1</CVNO>
<PAYEE>sample string 3</PAYEE>
<PREPARED>sample string 5</PREPARED>
<STATUS>sample string 6</STATUS>
</EncashmentList>
<EncashmentList>
<CHECKAMOUNT>4</CHECKAMOUNT>
<CVDATE>2025-12-21T21:53:04.8041711-08:00</CVDATE>
<CVNO>sample string 1</CVNO>
<PAYEE>sample string 3</PAYEE>
<PREPARED>sample string 5</PREPARED>
<STATUS>sample string 6</STATUS>
</EncashmentList>
</EncashmentList>
<Request xmlns:d2p1="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models">
<d2p1:Description>sample string 1</d2p1:Description>
<d2p1:Status>Ok</d2p1:Status>
</Request>
</EncashmentListResult>