POST ictsavecode/{COMcode}/product-pricing
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5ProductPricingDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| STPautoNo | integer |
None. |
|
| STPcode | string |
None. |
|
| STPsp | integer |
None. |
|
| STPchar | string |
None. |
|
| STPdesc | string |
None. |
|
| STPprice | decimal number |
None. |
|
| STPunit | integer |
None. |
|
| STPvat | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"STPautoNo": 1,
"STPcode": "sample string 2",
"STPsp": 3,
"STPchar": "sample string 4",
"STPdesc": "sample string 5",
"STPprice": 6.1,
"STPunit": 7,
"STPvat": 8
}
application/xml, text/xml
Sample:
<M5ProductPricingDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <STPautoNo>1</STPautoNo> <STPchar>sample string 4</STPchar> <STPcode>sample string 2</STPcode> <STPdesc>sample string 5</STPdesc> <STPprice>6.1</STPprice> <STPsp>3</STPsp> <STPunit>7</STPunit> <STPvat>8</STPvat> </M5ProductPricingDataModel>
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.