POST
/ext/estimate
curl \
--request POST 'https://dev.hubz.nyotek.com/ext/estimate' \
--header "Content-Type: application/json" \
--data '{"pickup":{"ref_id":"b93d16aa-e34d-4c65-b6ef-acdcca470615","lat":24.712181,"lng":46.679747,"address_line":"ابي البدر الموسوي, As Sulimaniyah, Riyadh 12244, Saudi Arabia"},"destination":{"ref_id":"b93d16aa-e34d-4c65-b6ef-acdcca470615","lat":24.712181,"lng":46.679747,"address_line":"ابي البدر الموسوي, As Sulimaniyah, Riyadh 12244, Saudi Arabia"},"pickup_wait_time":20}'
Request examples
{
"pickup": {
"ref_id": "b93d16aa-e34d-4c65-b6ef-acdcca470615",
"lat": 24.712181,
"lng": 46.679747,
"address_line": "ابي البدر الموسوي, As Sulimaniyah, Riyadh 12244, Saudi Arabia"
},
"destination": {
"ref_id": "b93d16aa-e34d-4c65-b6ef-acdcca470615",
"lat": 24.712181,
"lng": 46.679747,
"address_line": "ابي البدر الموسوي, As Sulimaniyah, Riyadh 12244, Saudi Arabia"
},
"pickup_wait_time": 20
}
Response examples (200)
{
"data": {
"pickup_estimated_time": 20,
"destination_estimated_time": 20,
"total_estimated_time": 20,
"delivery_price": 42.0,
"delivery_price_text": "string",
"vat_price": 42.0,
"vat_price_text": "string"
}
}
Response examples (401)
{
"error": "generic error",
"error_desc": "identifier 45 not found"
}
Response examples (500)
{
"error": "generic error",
"error_desc": "identifier 45 not found"
}