Booking a standard trip
Collect trip information
https://dodge.truq.it/booking-service/booking/booking-trip/create_open_trip/
-H "Authorization: Bearer YOUR_PUBLIC_KEY"
-H "Organisation: YOUR_REFERENCE"
-X POST{
"source": {
"address": "Ikoyi",
"latitude": 6.4500,
"longitude": 3.4333,
"state": "Lagos"
},
"destination": {
"address": "Ikoyi",
"latitude": 6.4500,
"longitude": 3.4333,
"state": "Lagos",
"stops": {
"number": 0,
"stopovers": []
}
},
"email": "john@doe.com",
"first_name": "John",
"last_name": "Doe",
"phone": "2348000000000",
"trip_type": "INTRASTATE",
"category_size": "422cd8e2-4a19-42c2-97c8-xxxxxxxxxxxx",
"callback_url": "https://beta.mytruq.com/tracking-page",
"scheduled_date": "2023-03-22T10:00:00.755446+00:00"
}Last updated