POST Products/UpdateProductData
Request Information
URI Parameters
None.
Body Parameters
UpdateProductDataRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | string |
None. |
|
| ProductSku | string |
None. |
|
| SellerID | integer |
None. |
|
| SupplierID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": "sample string 1",
"ProductSku": "sample string 2",
"SellerID": 1,
"SupplierID": 1
}
application/octet-stream
Sample:
{"ProductID":"sample string 1","ProductSku":"sample string 2","SellerID":1,"SupplierID":1}
application/xml, text/xml
Sample:
<UpdateProductDataRequestDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProductID>sample string 1</ProductID> <ProductSku>sample string 2</ProductSku> <SellerID>1</SellerID> <SupplierID>1</SupplierID> </UpdateProductDataRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |