GET api/Shipper/GetActiveOrders/{UserGUID}
Used to retrieve the list of active orders for user
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGUID |
Unique user identifier used for authentication |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ActiveOrderItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentGUID |
Unique shipment identifier |
string |
None. |
| MasterTextLabel |
Display as the master label text on the active order list |
string |
None. |
| DetailTextLabel |
Display as the detail label text on the active order list |
string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.