POST V2/savecode/{COMcode}/accountgroup
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5AccountGroupDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ACGautoNo | integer |
None. |
|
| ACGcode | integer |
None. |
|
| ACGdescT | string |
None. |
|
| ACGdescE | string |
None. |
|
| ACGnosC | integer |
None. |
|
| ACGbis | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ACGautoNo": 1,
"ACGcode": 2,
"ACGdescT": "sample string 3",
"ACGdescE": "sample string 4",
"ACGnosC": 5,
"ACGbis": 6
}
application/xml, text/xml
Sample:
<M5AccountGroupDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <ACGautoNo>1</ACGautoNo> <ACGbis>6</ACGbis> <ACGcode>2</ACGcode> <ACGdescE>sample string 4</ACGdescE> <ACGdescT>sample string 3</ACGdescT> <ACGnosC>5</ACGnosC> </M5AccountGroupDataModel>
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.