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. |
GpsTrackingUrl |
TIVE (or other GPS device) web tracking page |
string |
None. |
DepartAirportID |
Departing airport code |
string |
Max length: 3 |
DepartAirlineName |
Departing airline name |
string |
None. |
DepartIataID |
Departing airline code |
string |
None. |
DepartFlightNumber |
Departing flight number |
string |
None. |
DepartEstimatedDateTime |
Estimated depart date/time in timezone of departing airport |
string |
None. |
DepartActualDateTime |
Actual depart date/time in timezone of departing airport |
string |
None. |
ArriveAirportID |
Arriving airport code |
string |
Max length: 3 |
ArriveAirlineName |
Arrivaing airline name |
string |
None. |
ArriveIataID |
Arriving airline code |
string |
None. |
ArriveFlightNumber |
Arriving flight number |
string |
None. |
ArriveEstimatedDateTime |
Estimated arrival time in timezone of arriving airport |
string |
None. |
ArriveActualDateTime |
Actual arrival time in timezone of arriving airport |
string |
None. |
IsSuccessful |
If true, then method call was successful |
boolean |
None. |
ErrorMessage |
Contains an error message is method call failed |
string |
None. |