POST V3/savecode/{COMcode}/product-property
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
COMcode | string |
Required |
Body Parameters
M5L_ProductPropertyDataModelName | Description | Type | Additional information |
---|---|---|---|
SW_no | integer |
None. |
|
SW_stk | string |
None. |
|
SW_unit | integer |
None. |
|
SW_net | decimal number |
None. |
|
SW_gross | decimal number |
None. |
|
SW_unitW | integer |
None. |
|
SW_vol | decimal number |
None. |
|
SW_unitV | integer |
None. |
|
SW_size | string |
None. |
|
SW_unitS | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SW_no": 1, "SW_stk": "sample string 2", "SW_unit": 3, "SW_net": 4.1, "SW_gross": 5.1, "SW_unitW": 6, "SW_vol": 7.1, "SW_unitV": 8, "SW_size": "sample string 9", "SW_unitS": 10 }
application/xml, text/xml
Sample:
<M5L_ProductPropertyDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <SW_gross>5.1</SW_gross> <SW_net>4.1</SW_net> <SW_no>1</SW_no> <SW_size>sample string 9</SW_size> <SW_stk>sample string 2</SW_stk> <SW_unit>3</SW_unit> <SW_unitS>10</SW_unitS> <SW_unitV>8</SW_unitV> <SW_unitW>6</SW_unitW> <SW_vol>7.1</SW_vol> </M5L_ProductPropertyDataModel>
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.