Name | Description | Type | Additional information |
---|---|---|---|
UserGUID |
Unique user GUID assigned for security purposes |
string |
Required Max length: 36 |
AccountNumber |
Account number |
string |
Required Max length: 20 |
PickupAddressCode |
An address code used to identify the pickup address |
string |
Max length: 15 |
PickupCityName |
The city name at the pickup location |
string |
Required Max length: 50 |
PickupStateProvID |
The state or province at the pickup location |
string |
Max length: 3 |
PickupPostalCode |
The postal code at the pickup location |
string |
Max length: 10 |
PickupCountryID |
The country identifier at the pickup location |
string |
Required Max length: 2 |
DeliveryAddressCode |
An address code used to identify the delivery address |
string |
Max length: 15 |
DeliveryCityName |
The name of the city at the delivery location |
string |
Required Max length: 50 |
DeliveryStateProvID |
The state or province at the delivery location |
string |
Max length: 3 |
DeliveryPostalCode |
The postal code at the delivery location |
string |
Max length: 10 |
DeliveryCountryID |
The country ID at the delivery location (ie. US) |
string |
Required Max length: 2 |
Pieces |
Number of pieces in the shipment |
integer |
Required Range: inclusive between 1 and 9999 |
Weight |
Total actual weight of the shipment |
decimal number |
Required Range: inclusive between 0.5 and 99999 |
WeightUOM |
Weight unit of measure (LB,KG) |
string |
Required Max length: 2 |
Length |
Length of each piece in the shipment |
integer |
Range: inclusive between 1 and 9999 |
Width |
Width of each piece in the shipment |
integer |
Range: inclusive between 1 and 9999 |
Height |
Height of each piece in the shipment |
integer |
Range: inclusive between 1 and 9999 |
SizeUOM |
Size unit of measure (IN,CM) |
string |
Required Max length: 2 |
ReadyDate |
Date shipment will be ready for pickup (YYYY-MM-dd) |
string |
Required Max length: 10 |
ReadyTime |
Time of day shipment will be ready for pickup (HH:mm) |
string |
Required Max length: 5 |
DeclaredValue |
Declared value of shipment |
decimal number |
Range: inclusive between 1 and 999999 |
DeclaredValueCurrencyID |
Current of declared value (ie. USD) |
string |
Max length: 3 |
DistanceUOM |
The distance unit of measure (MI=mile, KM=kilometers) |
string |
Max length: 2 |
PieceDetail |
Contains the detail information regarding a piece (use only when multiple piece shipment) |
Collection of Piece |
None. |