POST service/PostStockAndPriceSingle2?partner_sku={partner_sku}&price_ae={price_ae}&price_sa={price_sa}&stock={stock}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
partner_sku | string |
Required |
|
price_ae | decimal number |
Required |
|
price_sa | decimal number |
Required |
|
stock | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
|
entity | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "entity": {} }
application/xml, text/xml
Sample:
<ReturnResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.WebApi.Common"> <code>1</code> <entity /> <msg>sample string 2</msg> </ReturnResult>