prices
intral-city
prices
intral-city
POST
/
price
/
intral-city
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Cache-Control
string
Cache-Control
string
Postman-Token
string
Postman-Token
string
Content-Type
string
Content-Type
string
Content-Length
string
Content-Length
string
Host
string
Host
string
User-Agent
string
User-Agent
string
Accept
string
Accept
string
Accept-Encoding
string
Accept-Encoding
string
Connection
string
Connection
string
accept
string
accept
string
object
object
Add Example Value
"{\n \"status\": true,\n \"message\": \"Pickup and destination addresses successfully verified\",\n \"data\": {\n \"pickup_origin\": {\n \"state_code\": \"LA\",\n \"country_code\": \"NG\",\n \"city\": \"Lagos\",\n \"region\": {\n \"latitude\": 6.4612672,\n \"longitude\": 3.3961466\n }\n },\n \"destinations\": [\n {\n \"city\": \"Lagos\",\n \"state_code\": \"LA\",\n \"country_code\": \"NG\",\n \"region\": {\n \"latitude\": 7.427026700000001,\n \"longitude\": 3.8900142\n },\n \"price\": {\n \"amount\": 28366.399999999998,\n \"discount_amount\": 5673.28,\n \"amount_payable\": 22693.12,\n \"discount_type\": \"percentage\",\n \"discount_description\": \"20% discount\",\n \"distance\": \"142 km\",\n \"duration\": \"2 hours 4 mins\"\n }\n },\n {\n \"city\": \"Lagos\",\n \"state_code\": \"LA\",\n \"country_code\": \"NG\",\n \"region\": {\n \"latitude\": 7.427026700000001,\n \"longitude\": 3.8900142\n },\n \"price\": {\n \"amount\": 28366.399999999998,\n \"discount_amount\": 5673.28,\n \"amount_payable\": 22693.12,\n \"discount_type\": \"percentage\",\n \"discount_description\": \"20% discount\",\n \"distance\": \"142 km\",\n \"duration\": \"2 hours 4 mins\"\n }\n }\n ],\n \"total_amount\": 56732.799999999996,\n \"total_discount_amount\": 11346.56,\n \"total_amount_payable\": 45386.24,\n \"discount_type\": \"percentage\",\n \"discount_description\": \"See the destination parcel details\"\n }\n}"
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Cache-Control
string
Postman-Token
string
Content-Type
string
Content-Length
string
Host
string
User-Agent
string
Accept
string
Accept-Encoding
string
Connection
string
accept
string
Body
application/json · object
The body is of type object
.
Response
200 - text/plain
The response is of type string
.
Was this page helpful?
"{\n \"status\": true,\n \"message\": \"Pickup and destination addresses successfully verified\",\n \"data\": {\n \"pickup_origin\": {\n \"state_code\": \"LA\",\n \"country_code\": \"NG\",\n \"city\": \"Lagos\",\n \"region\": {\n \"latitude\": 6.4612672,\n \"longitude\": 3.3961466\n }\n },\n \"destinations\": [\n {\n \"city\": \"Lagos\",\n \"state_code\": \"LA\",\n \"country_code\": \"NG\",\n \"region\": {\n \"latitude\": 7.427026700000001,\n \"longitude\": 3.8900142\n },\n \"price\": {\n \"amount\": 28366.399999999998,\n \"discount_amount\": 5673.28,\n \"amount_payable\": 22693.12,\n \"discount_type\": \"percentage\",\n \"discount_description\": \"20% discount\",\n \"distance\": \"142 km\",\n \"duration\": \"2 hours 4 mins\"\n }\n },\n {\n \"city\": \"Lagos\",\n \"state_code\": \"LA\",\n \"country_code\": \"NG\",\n \"region\": {\n \"latitude\": 7.427026700000001,\n \"longitude\": 3.8900142\n },\n \"price\": {\n \"amount\": 28366.399999999998,\n \"discount_amount\": 5673.28,\n \"amount_payable\": 22693.12,\n \"discount_type\": \"percentage\",\n \"discount_description\": \"20% discount\",\n \"distance\": \"142 km\",\n \"duration\": \"2 hours 4 mins\"\n }\n }\n ],\n \"total_amount\": 56732.799999999996,\n \"total_discount_amount\": 11346.56,\n \"total_amount_payable\": 45386.24,\n \"discount_type\": \"percentage\",\n \"discount_description\": \"See the destination parcel details\"\n }\n}"