POST api/THub/UpdateOrdersStatus
Request Information
URI Parameters
None.
Body Parameters
THubRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| request | Collection of Object |
None. |
|
| ProviderID | integer |
None. |
|
| ProviderName | string |
None. |
|
| UserID | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"request": null,
"ProviderID": 1,
"ProviderName": "sample string 2",
"UserID": "sample string 3",
"Password": "sample string 4"
}
application/xml, text/xml
Sample:
<THubRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.Web.Api.Controllers"> <Password>sample string 4</Password> <ProviderID>1</ProviderID> <ProviderName>sample string 2</ProviderName> <UserID>sample string 3</UserID> <request xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> </THubRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.