| 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 [RateRequest] schema (drill-down for details): |
RateRequest |
None. |
| ErrorInfo |
This field will be empty (blank) if the API Request was processed with no errors. A non-blank response will describe the issue(s) encountered in processing the request. |
string |
None. |
| TariffCode |
Documents the tariff code (1-8 alphanumeric characters) by which the shipment was rated. |
string |
None. |
| TariffVersion |
Documents the numeric version of the tariff used to rate the shipment |
integer |
None. |
| FromCity |
Shows the shipment's originating city, as supplied in the original request. |
string |
None. |
| FromState |
Shows the shipment's originating state, as supplied in the original request. |
string |
None. |
| FromZip |
Shows the shipment's originating zip code, as supplied in the original request. |
string |
None. |
| ToCity |
Shows the shipment's terminating city, as supplied in the original request. |
string |
None. |
| ToState |
Shows the shipment's terminating state, as supplied in the original request. |
string |
None. |
| ToZip |
Shows the shipment's terminating zip code, as supplied in the original request. |
string |
None. |
| PalletCount |
Shows the total pallet count for the freight supplied in the original request. |
integer |
None. |
| PieceCount |
Shows the total piece count (PCS, BOXES, TOTES, etc..) for the freight supplied in the original request. |
integer |
None. |
| WeightTotal |
Shows the total weight of the shipment, in LBS, for the freight supplied in the original request. |
integer |
None. |
| Total |
Shows the Rated Total amount for the shipment; drill-down on RateDetails for a breakdown of charges. |
decimal number |
None. |
| RateDetails |
Shows the priced line item details for the shipment in support of the total charge provided. |
Collection of LineItem |
None. |