Download OpenAPI specification:Download
This document describes the authentication, request, and response for the Arrive Rate API. This enables Arrive's customers to receive rates for quoting purposes.
Arrive uses Okta for authentication. Please contact Arrive support at apisupport@arrivelogistics.com .
| Security Scheme Type | HTTP |
|---|---|
| HTTP Authorization Scheme | bearer |
Rate request body object
| Identifier required | string The identifier of the Customer |
| CustomerQuoteId required | string The value assigned by the customer for the current quote request |
| OrderValue | number or null <decimal> Customer-assigned value of the Load in US dollars. |
| Weight | number or null <decimal> Total weight of the Load. |
| WeightUnit | string or null Enum: "Pounds" "Kilograms" Unit of measure for weight parameters. |
| TotalLoadMiles | string The load miles of the Load assigned by the customer |
| EquipmentLength | string Lenght of the equpment needed for the load |
| EquipmentType required | string Enum: "V" "R" Identifies the type of equipment type needed for the Load. |
| IsHazmat | boolean or null Indicates if the item is hazmat |
| IsTeamRequired | boolean or null Indicates if a Team is required not |
| TemperatureRequirements | string or null Enum: "Deep Frozen" "Frozen" "Chilled" "Refrigerated" Indicates if temperature control is needed, and at what level. Deep Frozen (-20 to -10 degrees) - Frozen (-10 to 0 degrees) - Chilled (0 to 30 degrees) - Refrigerated (30 to 90 degrees). |
| TemperatureUnit | string or null Enum: "F" "C" Unit of measure for temperature parameters. |
required | Array of objects (Stop) >= 2 items Lane is described by a minimum number of stops (being first the origin and last the destination) |
object Aditional properties. |
{- "identifier": "CUSTOMER",
- "customerQuoteId": "21154545AZ-ASD3",
- "orderValue": 100000,
- "weight": 45000,
- "weightUnit": "Pounds",
- "totalLoadMiles": 2500,
- "equipmentType": "V",
- "isHazmat": true,
- "isTeamRequired": true,
- "equipmentLength": 53,
- "temperatureRequirements": "Frozen",
- "temperatureUnit": "F",
- "lane": [
- {
- "stopNum": 1,
- "city": "Austin",
- "state": "TX",
- "address1": "7701 Metropolis Dr",
- "address2": "Building 1",
- "postalCode": 78747,
- "countryCode2": "US",
- "stopType": "Pickup",
- "stopDateTime": "2022-11-28",
- "facilityCode": 12345,
- "facilityName": "Facility",
- "isDropTrailer": false,
- "stopRefNum": 123456,
- "dropTrailerTime": 40,
- "palletJacketRequired": true,
- "liftGateRequired": true,
- "loadingRequired": false,
- "countRequired": false,
- "isTWIC": false,
- "requiresDriverLabor": false
}, - {
- "stopNum": 2,
- "city": "Chicago",
- "state": "IL",
- "address1": "30 S Wacker D",
- "address2": "STE 2350",
- "postalCode": 60606,
- "countryCode2": "US",
- "stopType": "Delivery",
- "stopDateTime": "2022-11-19T08:27:44Z",
- "facilityCode": 123,
- "facilityName": "Facility",
- "isDropTrailer": false,
- "stopRefNum": 654321,
- "dropTrailerTime": 24,
- "palletJacketRequired": true,
- "liftGateRequired": true,
- "loadingRequired": false,
- "countRequired": false,
- "isTWIC": false,
- "requiresDriverLabor": false
}
], - "isSealRequired": true,
- "isPermitRequired": true,
- "isTankerEndorsement": true,
- "isFoodGrade": true,
- "isPlateTrailerRequired": true,
- "isPalletExchange": true,
- "isProtectFromFreezeRequired": true,
- "isProtectFromMeltRequired": true,
- "isBonded": true,
- "tailgateRequired": true,
- "customsBroker": true,
- "chainsRequired": true,
- "tarpsRequired": true,
- "loadBarsRequired": true,
- "strapsRequired": true,
- "sideKitsRequired": true,
- "blanketsRequired": true,
- "eTrackRequired": true,
- "isAirRide": true,
- "floorRequirement": "METAL",
- "isBlockingBracingRequired": true,
- "isRollDoorsRequired": true
}{- "Errors": null,
- "Message": null,
- "Result": {
- "QuoteId": "460ebe91-ce21-4659-a738-d48d55433b69",
- "CustomerQuoteId": "21154545AZ-ASD3",
- "ExpirationDate": "03/22/2020 04:36 PM",
- "TotalRate": 1761.43,
- "LineHaul": 1496.01,
- "FuelSurcharge": 205.42,
- "TotalMiles": 1081.2
}
}