POST ictsavecode/{COMcode}/product-property
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5ProductPropertyDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| STWautoNo | integer |
None. |
|
| STWcode | string |
None. |
|
| STWstkUnit | integer |
None. |
|
| STWnetW | decimal number |
None. |
|
| STWgrossW | decimal number |
None. |
|
| STWunitW | integer |
None. |
|
| STWvol | decimal number |
None. |
|
| STWunitV | integer |
None. |
|
| STWsize | string |
None. |
|
| STWunitS | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"STWautoNo": 1,
"STWcode": "sample string 2",
"STWstkUnit": 3,
"STWnetW": 4.1,
"STWgrossW": 5.1,
"STWunitW": 6,
"STWvol": 7.1,
"STWunitV": 8,
"STWsize": "sample string 9",
"STWunitS": 10
}
application/xml, text/xml
Sample:
<M5ProductPropertyDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <STWautoNo>1</STWautoNo> <STWcode>sample string 2</STWcode> <STWgrossW>5.1</STWgrossW> <STWnetW>4.1</STWnetW> <STWsize>sample string 9</STWsize> <STWstkUnit>3</STWstkUnit> <STWunitS>10</STWunitS> <STWunitV>8</STWunitV> <STWunitW>6</STWunitW> <STWvol>7.1</STWvol> </M5ProductPropertyDataModel>
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.