POST api/CDVWeb/Encashment/Insert
Request Information
URI Parameters
None.
Body Parameters
DTO_EncashmentInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| CVNo | string |
None. |
|
| CVDate | date |
None. |
|
| Payee | string |
None. |
|
| Particulars | string |
None. |
|
| ChkNo | string |
None. |
|
| BankID | string |
None. |
|
| BankAcctNo | string |
None. |
|
| ChkDate | date |
None. |
|
| Post | string |
None. |
|
| ChkAmt | decimal number |
None. |
|
| Prepared | string |
None. |
|
| Status | string |
None. |
|
| LastModifiedBy | string |
None. |
|
| AcctID1 | string |
None. |
|
| AcctDesc1 | string |
None. |
|
| Amount1 | decimal number |
None. |
|
| AcctID2 | string |
None. |
|
| AcctDesc2 | string |
None. |
|
| Amount2 | decimal number |
None. |
|
| OFC_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CVNo": "sample string 1",
"CVDate": "2025-12-21T21:53:05.5228687-08:00",
"Payee": "sample string 3",
"Particulars": "sample string 4",
"ChkNo": "sample string 5",
"BankID": "sample string 6",
"BankAcctNo": "sample string 7",
"ChkDate": "2025-12-21T21:53:05.5384921-08:00",
"Post": "sample string 9",
"ChkAmt": 10.0,
"Prepared": "sample string 11",
"Status": "sample string 12",
"LastModifiedBy": "sample string 13",
"AcctID1": "sample string 14",
"AcctDesc1": "sample string 15",
"Amount1": 16.0,
"AcctID2": "sample string 17",
"AcctDesc2": "sample string 18",
"Amount2": 19.0,
"OFC_ID": "sample string 20"
}
application/xml, text/xml
Sample:
<DTO_EncashmentInsert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models.ASCDV"> <AcctDesc1>sample string 15</AcctDesc1> <AcctDesc2>sample string 18</AcctDesc2> <AcctID1>sample string 14</AcctID1> <AcctID2>sample string 17</AcctID2> <Amount1>16</Amount1> <Amount2>19</Amount2> <BankAcctNo>sample string 7</BankAcctNo> <BankID>sample string 6</BankID> <CVDate>2025-12-21T21:53:05.5228687-08:00</CVDate> <CVNo>sample string 1</CVNo> <ChkAmt>10</ChkAmt> <ChkDate>2025-12-21T21:53:05.5384921-08:00</ChkDate> <ChkNo>sample string 5</ChkNo> <LastModifiedBy>sample string 13</LastModifiedBy> <OFC_ID>sample string 20</OFC_ID> <Particulars>sample string 4</Particulars> <Payee>sample string 3</Payee> <Post>sample string 9</Post> <Prepared>sample string 11</Prepared> <Status>sample string 12</Status> </DTO_EncashmentInsert>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EncashmentInsertResult| Name | Description | Type | Additional information |
|---|---|---|---|
| CVNO | string |
None. |
|
| Request | RequestModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"CVNO": "sample string 1",
"Request": {
"Status": 0,
"Description": "sample string 1"
}
}
application/xml, text/xml
Sample:
<EncashmentInsertResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models.ASCDV">
<CVNO>sample string 1</CVNO>
<Request xmlns:d2p1="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models">
<d2p1:Description>sample string 1</d2p1:Description>
<d2p1:Status>Ok</d2p1:Status>
</Request>
</EncashmentInsertResult>