Route object represents a planned sequence of stops for a vehicle or delivery agent.
The core of the Route is the stops array, which lists the specific locations to visit in order. Each stop within this array details:
stopType).objectIds).arrivalTime, departTime, serviceTime).distanceFromPrevious, durationFromPrevious).location).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Route ID
OK
Represents a planned sequence of stops for a delivery or batch.
Unique identifier for the route.
"rte_JphRWDiEosGpXuxwgaYfY3"
Type of the route, indicating the pickup/dropoff structure.
"SINGLE_PICKUP_MULTIPLE_DROPOFFS"
Ordered list of stops included in the route.
Dispatched Job ID of this route
"job_1234567890abcdef12345678"
External Route ID.
"rte_JphRWDiEosGpXuxwgaYfY3"
Additional metadata for the route.
{
"priority": "high",
"source": "optimization_engine"
}