prices
intral-city
Get Started
parcels > logistics services request
parcels > intral city
prices
intral-city
POST
/
price
/
intral-city
curl --request POST \
--url https://api.mervii.com/beta/price/intral-city \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"pickup_origin": {
"state_code": "LA",
"country_code": "NG",
"city": "Lagos",
"region": {
"latitude": 6.4612672,
"longitude": 3.3961466
}
},
"destinations": [
{
"city": "Lagos",
"state_code": "LA",
"country_code": "NG",
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
}
},
{
"city": "Lagos",
"state_code": "LA",
"country_code": "NG",
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
}
}
]
}'
"{\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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json · object
The body is of type object
.
Response
200
text/plain
OK
The response is of type string
.
Was this page helpful?
curl --request POST \
--url https://api.mervii.com/beta/price/intral-city \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"pickup_origin": {
"state_code": "LA",
"country_code": "NG",
"city": "Lagos",
"region": {
"latitude": 6.4612672,
"longitude": 3.3961466
}
},
"destinations": [
{
"city": "Lagos",
"state_code": "LA",
"country_code": "NG",
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
}
},
{
"city": "Lagos",
"state_code": "LA",
"country_code": "NG",
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
}
}
]
}'
"{\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}"