GET api/Shipping/Order/OrderTracking/GetByOrderID/{orderID}
Method to return a list of OrderTracking by OrderID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderID |
The ID of Order |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IOrderTrackingViewModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
OrderID | integer |
None. |
|
OrderDetail | string |
None. |
|
TrackingID | string |
None. |
|
ShipMethod | string |
None. |
|
ShipQuantity | integer |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.