POST ictsavecode/{COMcode}/bank
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
M5BankCodeDataModelName | Description | Type | Additional information |
---|---|---|---|
AQBautoNo | integer |
None. |
|
AQBbcode | string |
None. |
|
AQBbdesc | string |
None. |
|
AQBeditDT | date |
None. |
|
AQBeditMF | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AQBautoNo": 1, "AQBbcode": "sample string 2", "AQBbdesc": "sample string 3", "AQBeditDT": "2025-07-18T05:29:10.9993292+07:00", "AQBeditMF": "sample string 5" }
application/xml, text/xml
Sample:
<M5BankCodeDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <AQBautoNo>1</AQBautoNo> <AQBbcode>sample string 2</AQBbcode> <AQBbdesc>sample string 3</AQBbdesc> <AQBeditDT>2025-07-18T05:29:10.9993292+07:00</AQBeditDT> <AQBeditMF>sample string 5</AQBeditMF> </M5BankCodeDataModel>
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.