POST ictsavecode/{COMcode}/fixedassets-formula
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
M5FXAformulaDataModelName | Description | Type | Additional information |
---|---|---|---|
FXFautoNo | integer |
None. |
|
FXFcode | string |
None. |
|
FXFaccDr | string |
None. |
|
FXFaccCr | string |
None. |
|
FXFdesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FXFautoNo": 1, "FXFcode": "sample string 2", "FXFaccDr": "sample string 3", "FXFaccCr": "sample string 4", "FXFdesc": "sample string 5" }
application/xml, text/xml
Sample:
<M5FXAformulaDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <FXFaccCr>sample string 4</FXFaccCr> <FXFaccDr>sample string 3</FXFaccDr> <FXFautoNo>1</FXFautoNo> <FXFcode>sample string 2</FXFcode> <FXFdesc>sample string 5</FXFdesc> </M5FXAformulaDataModel>
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.