Name | Description | Type | Additional information |
---|---|---|---|
EntityGUID |
Unique system generated entity identifier (PickupGUID) |
string |
None. |
PickupFrom |
Pickup from address |
string |
None. |
DeliverTo |
Deliver to address |
string |
None. |
Instructions |
Pickup instructions |
string |
None. |
NumberOfOrders |
Number of orders on pickup |
integer |
None. |
NumberOfPieces |
Number of pieces on pickup |
integer |
None. |
TotalWeight |
Total weight of all shipments on pickup |
decimal number |
None. |
WeightUOM |
Weight unit of measure |
string |
None. |
TrackingNumberDisplay |
Tracking number to display |
string |
None. |
Shipments |
List of shipments on this pickup alert |
Collection of ShipmentToPickup |
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. |