POST ictsavecode/{COMcode}/specialaccount
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
M5SpecialAccountDataModelName | Description | Type | Additional information |
---|---|---|---|
ACSautoNo | integer |
None. |
|
ACScode | string |
None. |
|
ACSdescT | string |
None. |
|
ACSdescE | string |
None. |
|
ACStype | integer |
None. |
|
ACSfromC | string |
None. |
|
ACStoC | string |
None. |
|
ACSeditDT | date |
None. |
|
ACSeditMF | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ACSautoNo": 1, "ACScode": "sample string 2", "ACSdescT": "sample string 3", "ACSdescE": "sample string 4", "ACStype": 5, "ACSfromC": "sample string 6", "ACStoC": "sample string 7", "ACSeditDT": "2025-07-18T06:00:00.4413289+07:00", "ACSeditMF": "sample string 9" }
application/xml, text/xml
Sample:
<M5SpecialAccountDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <ACSautoNo>1</ACSautoNo> <ACScode>sample string 2</ACScode> <ACSdescE>sample string 4</ACSdescE> <ACSdescT>sample string 3</ACSdescT> <ACSeditDT>2025-07-18T06:00:00.4413289+07:00</ACSeditDT> <ACSeditMF>sample string 9</ACSeditMF> <ACSfromC>sample string 6</ACSfromC> <ACStoC>sample string 7</ACStoC> <ACStype>5</ACStype> </M5SpecialAccountDataModel>
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.