POST ictsavecode/{COMcode}/fixedassets-group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
M5FXAgroupDataModelName | Description | Type | Additional information |
---|---|---|---|
FXGautoNo | integer |
None. |
|
FXGcode | string |
None. |
|
FXGdescT | string |
None. |
|
FXGdescE | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FXGautoNo": 1, "FXGcode": "sample string 2", "FXGdescT": "sample string 3", "FXGdescE": "sample string 4" }
application/xml, text/xml
Sample:
<M5FXAgroupDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <FXGautoNo>1</FXGautoNo> <FXGcode>sample string 2</FXGcode> <FXGdescE>sample string 4</FXGdescE> <FXGdescT>sample string 3</FXGdescT> </M5FXAgroupDataModel>
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.