| Name | Description | Type | Additional information |
|---|---|---|---|
| _RequestSubmitted |
The HttpRequestMessage submitted with your API call will also be returned in this field. It must be submitted in either XML or JSON format in accordance with the [QuoteRequest] schema (drill-down for details): |
QuoteRequest |
None. |
| ErrorInfo |
This field will be empty (blank) if the API was processed successfully; a non-blank entry will document the nature of the error(s) encountered during processing. |
string |
None. |
| TariffCode |
Documents the Tariff Code used in the preparation of this quotation |
string |
None. |
| TariffVersion |
Represents the version of the tariff was used in preparation of this quotation |
integer |
None. |
| FromCity |
Shows the City from which the shipment originates |
string |
None. |
| FromState |
Shows the State from which the shipment originates |
string |
None. |
| FromZip |
Shows the zip code from which the shipment originates |
string |
None. |
| ToCity |
Shows the City in which the shipment terminates |
string |
None. |
| ToState |
Shows the State in which the shipment terminates |
string |
None. |
| ToZip |
Shows the zip code in which the shipment terminates |
string |
None. |
| PalletCount |
Shows the total pallet count on which this quotation was based |
integer |
None. |
| PieceCount |
Shows the total quantity (PCS, BOXES, TOTES, etc) on which this quotation was based |
integer |
None. |
| WeightTotal |
Shows the total weight of the shipment (in LBS) on which this quotation was based |
integer |
None. |
| Total |
Shows the total Quote amount for this shipment |
decimal number |
None. |
| QuoteNumber |
Documents the Quote Number (on File) for this rate quote |
integer |
None. |
| QuoteDetails |
Provides a list of priced line items, in support of the total amount quoted. (Drill-down for details) |
Collection of LineItem |
None. |