POST ictsavecode/{COMcode}/paidcheque
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5PaidChequeDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AQPautoNo | integer |
None. |
|
| AQPacode | string |
None. |
|
| AQPbcode | string |
None. |
|
| AQPrecto | string |
None. |
|
| AQPbdesc | string |
None. |
|
| AQPeditDT | date |
None. |
|
| AQPeditMF | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AQPautoNo": 1,
"AQPacode": "sample string 2",
"AQPbcode": "sample string 3",
"AQPrecto": "sample string 4",
"AQPbdesc": "sample string 5",
"AQPeditDT": "2026-02-04T09:47:06.7460594+07:00",
"AQPeditMF": "sample string 7"
}
application/xml, text/xml
Sample:
<M5PaidChequeDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <AQPacode>sample string 2</AQPacode> <AQPautoNo>1</AQPautoNo> <AQPbcode>sample string 3</AQPbcode> <AQPbdesc>sample string 5</AQPbdesc> <AQPeditDT>2026-02-04T09:47:06.7460594+07:00</AQPeditDT> <AQPeditMF>sample string 7</AQPeditMF> <AQPrecto>sample string 4</AQPrecto> </M5PaidChequeDataModel>
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.