POST savecode/{COMcode}/account
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
AccountDataModelName | Description | Type | Additional information |
---|---|---|---|
ACC_NO | integer |
None. |
|
ACC_code | string |
None. |
|
ACC_group | integer |
None. |
|
ACC_desT | string |
None. |
|
ACC_desE | string |
None. |
|
ACC_BC | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ACC_NO": 1, "ACC_code": "sample string 2", "ACC_group": 3, "ACC_desT": "sample string 4", "ACC_desE": "sample string 5", "ACC_BC": 6 }
application/xml, text/xml
Sample:
<AccountDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <ACC_BC>6</ACC_BC> <ACC_NO>1</ACC_NO> <ACC_code>sample string 2</ACC_code> <ACC_desE>sample string 5</ACC_desE> <ACC_desT>sample string 4</ACC_desT> <ACC_group>3</ACC_group> </AccountDataModel>
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.