Name | Description | Type | Additional information |
---|---|---|---|
EntityGUID |
Shipment global identifier |
string |
Required |
ShipmentNumber |
System assigned unique number for shipment |
integer |
Required |
DeliveryAddress |
The complete delivery address for display in mobile app |
string |
None. |
UpdatedDeliveryDateTime |
The estimated delivery date/time |
date |
None. |
DspDeliveryDateTime |
The formatted estimated delivery date/time |
string |
None. |
Pieces |
Number of pieces on this shipment |
integer |
None. |
Weight |
Total weight of this shipment |
decimal number |
None. |
WeightUOM |
Weight unit of measure (LB,KG) |
string |
None. |
IsSuccessful |
Used to determine if method call was successful (true) or failure (false) |
boolean |
Required |
ErrorMessage |
The error message if method call was not successful |
string |
None. |