| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackingNumber |
Contains the tracking number |
string |
None. |
| StatusDescription |
Contains the current status description of the shipment |
string |
None. |
| DateOfShipment |
The date the shipment is scheduled to be picked-up |
date |
None. |
| Pieces |
Number of pieces in shipment |
integer |
None. |
| Weight |
Total actual weight of shipment |
decimal number |
None. |
| WeightUOM |
Weight unit of measure (LB,KG) |
string |
None. |
| PickupCityName |
Name of pickup city |
string |
None. |
| PickupStateProvID |
State/province identifier at pickup |
string |
None. |
| PickupCountryID |
Country identifier at pickup |
string |
None. |
| PickupCountryName |
Country name at pickup |
string |
None. |
| DeliveryCityName |
Name of delivery city |
string |
None. |
| DeliveryStateProvID |
State/Provence identifer at delivery |
string |
None. |
| DeliveryCountryID |
Country identifier at delivery |
string |
None. |
| DeliveryCountryName |
Country name at delivery |
string |
None. |
| Itinerary |
The itinerary of the shipment |
Collection of ItineraryItem |
None. |
| LocationLatitude |
The current location of the shipment (latitude) |
decimal number |
None. |
| LocationLongitude |
The current location of the shipment (longitude) |
decimal number |
None. |
| IsSuccessful |
If true, then method call was successful |
boolean |
None. |
| ErrorMessage |
Contains an error message is method call failed |
string |
None. |