POST api/IC_STOCKS/SaveProduct
Request Information
URI Parameters
None.
Body Parameters
ModelProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| IC_PRODUCT_NAME | string |
None. |
|
| IC_PRODUCT_WEIGHT | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IC_PRODUCT_NAME": "sample string 1",
"IC_PRODUCT_WEIGHT": 2
}
application/xml, text/xml
Sample:
<ModelProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TopsumMX2020.Models"> <IC_PRODUCT_NAME>sample string 1</IC_PRODUCT_NAME> <IC_PRODUCT_WEIGHT>2</IC_PRODUCT_WEIGHT> </ModelProduct>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.