Getting a Quote
Collect trip information
https://dodge-apis-c2btvqbhlq-uc.a.run.app/booking-service/booking/booking-trip/check_quote/
-H "Authorization: Bearer YOUR_PUBLIC_KEY"
-H "Organisation: YOUR_REFERENCE"
-X POSTRequest body
{
"last_name": "doe",
"phone": "2348113780934",
"first_name": "john",
"email": "user@gmail.com",
"source": {
"address": "ikeja",
"longitude": 3.3717084,
"latitude": 7.144144799999999,
"city": "ABẸ́ÒKÚTA",
"state": "Abẹ́òkúta"
},
"destination": {
"address": "ibadan",
"longitude": 5.8564864,
"latitude": 6.927869299999999,
"state": "ibadan",
"city": "bodija",
"stops": {
"number": 0,
"stopovers": [
]
}
},
"extras": {
"shrink_wraps": 2,
"loaders": 4,
"destination_storeys": 2,
"source_storeys": 3
},
"category_size": "7ad1f8c3-0368-47b2-8f9a-6150adc1ebff",
"scheduled_date": "2023-08-10 10:00:06.755446+00:00",
"estimated_value": "1000000",
"trip_type": "INTRASTATE"
}Types of Quotes
Last updated