Quickstart
Pickup and Delivery Problem (PDP)
Create PDP Request
Headers
Name
Type
Description
{
"job_id": "4e8a0a79-cc8a-4238-9178-ec0fbc1427c1"
}{
"visits": {
"order_1": {
"load": 1,
"pickup": {
"location": {
"name": "3780 Arbutus",
"lat": 49.2474624,
"lng": -123.1532338
},
"start": "08:00",
"end": "09:00",
"duration": 10
},
"dropoff": {
"location": {
"name": "6800 Cambie",
"lat": 49.227107,
"lng": -123.1163085
},
"start": "08:00",
"end": "09:00",
"duration": 10
}
},
"order_2": {
"load": 1,
"pickup": {
"location": {
"name": "VanDusen Botanical Garden",
"lat": 49.2395167,
"lng": -123.1309948
},
"start": "09:00",
"end": "10:00",
"duration": 10
},
"dropoff": {
"location": {
"name": "Vancouver General Hospital",
"lat": 49.2593508,
"lng": -123.13265
},
"start": "09:00",
"end": "10:00",
"duration": 10
}
}
},
"fleet": {
"vehicle_1": {
"start_location": {
"id": "depot_1a",
"name": "800 Kingsway",
"lat": 49.2553636,
"lng": -123.0873365
},
"end_location": {
"id": "depot_1b",
"name": "Langara Golf Course",
"lat": 49.2201308,
"lng": -123.1085687
},
"shift_start": "08:00",
"shift_end": "09:00",
"capacity": 1
},
"vehicle_2": {
"start_location": {
"id": "depot_2a",
"name": "Kerrisdale",
"lat": 49.2253335,
"lng": -123.1653907
},
"end_location": {
"id": "depot_2b",
"name": "City Square Shopping Centre",
"lat": 49.261436,
"lng": -123.1190245
},
"shift_start": "09:00",
"shift_end": "10:00",
"capacity": 1
}
},
"cache": false,
"callback_url": "http://34.225.252.0/webhooks/pdp_solution"
}
Retrieve route solution

Last updated
Was this helpful?