POST api/QDS/UpdateOrderTracking
Request Information
URI Parameters
None.
Body Parameters
OrderTrackingUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | integer |
None. |
|
| OrderNumber | string |
None. |
|
| WaybillNumber | string |
None. |
|
| ShippingTotal | decimal number |
None. |
|
| TrackingUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": 1,
"OrderNumber": "sample string 2",
"WaybillNumber": "sample string 3",
"ShippingTotal": 4.0,
"TrackingUrl": "sample string 5"
}
application/xml, text/xml
Sample:
<OrderTrackingUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ordering_Portal_API.Models"> <OrderID>1</OrderID> <OrderNumber>sample string 2</OrderNumber> <ShippingTotal>4</ShippingTotal> <TrackingUrl>sample string 5</TrackingUrl> <WaybillNumber>sample string 3</WaybillNumber> </OrderTrackingUpdateDto>
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.