POST ictsavecode/{COMcode}/receivedcheque
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5ReceivedChequeDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AQRautoNo | integer |
None. |
|
| AQRacode | string |
None. |
|
| AQRrecto | string |
None. |
|
| AQRbcode | string |
None. |
|
| AQReditDT | date |
None. |
|
| AQReditMF | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AQRautoNo": 1,
"AQRacode": "sample string 2",
"AQRrecto": "sample string 3",
"AQRbcode": "sample string 4",
"AQReditDT": "2026-02-04T09:46:02.241264+07:00",
"AQReditMF": "sample string 6"
}
application/xml, text/xml
Sample:
<M5ReceivedChequeDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <AQRacode>sample string 2</AQRacode> <AQRautoNo>1</AQRautoNo> <AQRbcode>sample string 4</AQRbcode> <AQReditDT>2026-02-04T09:46:02.241264+07:00</AQReditDT> <AQReditMF>sample string 6</AQReditMF> <AQRrecto>sample string 3</AQRrecto> </M5ReceivedChequeDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.