POST V2/savecode/{COMcode}/account
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5AccountDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ACCautoNo | integer |
None. |
|
| ACCcode | string |
None. |
|
| ACCgroup | integer |
None. |
|
| ACCdescT | string |
None. |
|
| ACCdescE | string |
None. |
|
| ACCbankC | integer |
None. |
|
| ACCmcDR | integer |
None. |
|
| ACCmcCR | integer |
None. |
|
| ACChide | integer |
None. |
|
| ACClock | integer |
None. |
|
| ACCeditDT | date |
None. |
|
| ACCeditMF | string |
None. |
|
| ACCconnect | integer |
None. |
|
| ACCfratio1 | integer |
None. |
|
| ACCfratio2 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ACCautoNo": 1,
"ACCcode": "sample string 2",
"ACCgroup": 3,
"ACCdescT": "sample string 4",
"ACCdescE": "sample string 5",
"ACCbankC": 6,
"ACCmcDR": 7,
"ACCmcCR": 8,
"ACChide": 9,
"ACClock": 10,
"ACCeditDT": "2026-02-04T09:46:23.5049968+07:00",
"ACCeditMF": "sample string 12",
"ACCconnect": 13,
"ACCfratio1": 14,
"ACCfratio2": 15
}
application/xml, text/xml
Sample:
<M5AccountDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <ACCautoNo>1</ACCautoNo> <ACCbankC>6</ACCbankC> <ACCcode>sample string 2</ACCcode> <ACCconnect>13</ACCconnect> <ACCdescE>sample string 5</ACCdescE> <ACCdescT>sample string 4</ACCdescT> <ACCeditDT>2026-02-04T09:46:23.5049968+07:00</ACCeditDT> <ACCeditMF>sample string 12</ACCeditMF> <ACCfratio1>14</ACCfratio1> <ACCfratio2>15</ACCfratio2> <ACCgroup>3</ACCgroup> <ACChide>9</ACChide> <ACClock>10</ACClock> <ACCmcCR>8</ACCmcCR> <ACCmcDR>7</ACCmcDR> </M5AccountDataModel>
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.