CitySwift prices
intral-city
API Documentation
CitySwift prices
CitySwift Request
FlexFlow Request
intral-city
CitySwift (Intral city) Price Calculation
This endpoint allows you to calculate the price for an intracity trip based on the pickup origin and destination.
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 '{
"destinations": [],
"item_weight": 1,
"pickup_origin": {
"city": "Lagos",
"country_code": "NG",
"region": {
"latitude": 6.4612672,
"longitude": 3.3961466
},
"state_code": "LA"
}
}'
{
"data": {
"destinations": [
{
"city": "Lagos",
"country_code": "NG",
"price": {
"amount": 28366.4,
"amount_payable": 22693.12,
"discount_amount": 5673.28,
"discount_description": "20% discount",
"discount_type": "percentage",
"distance": "142 km",
"duration": "2 hours 4 mins"
},
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
},
"state_code": "LA"
},
{
"city": "Lagos",
"country_code": "NG",
"price": {
"amount": 28366.4,
"amount_payable": 22693.12,
"discount_amount": 5673.28,
"discount_description": "20% discount",
"discount_type": "percentage",
"distance": "142 km",
"duration": "2 hours 4 mins"
},
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
},
"state_code": "LA"
}
],
"discount_description": "See the destination parcel details",
"discount_type": "percentage",
"pickup_origin": {
"city": "Lagos",
"country_code": "NG",
"region": {
"latitude": 6.4612672,
"longitude": 3.3961466
},
"state_code": "LA"
},
"total_amount": 56732.8,
"total_amount_payable": 45386.24,
"total_discount_amount": 11346.56
},
"message": "Pickup and destination addresses successfully verified",
"status": true
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
[]
Example:
1
Response
200
application/json
success
Example:
"Lagos"
Example:
"NG"
Example:
28366.4
Example:
22693.12
Example:
5673.28
Example:
"20% discount"
Example:
"percentage"
Example:
"142 km"
Example:
"2 hours 4 mins"
Example:
"LA"
Example:
[
{
"city": "Lagos",
"country_code": "NG",
"price": {
"amount": 28366.4,
"amount_payable": 22693.12,
"discount_amount": 5673.28,
"discount_description": "20% discount",
"discount_type": "percentage",
"distance": "142 km",
"duration": "2 hours 4 mins"
},
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
},
"state_code": "LA"
},
{
"city": "Lagos",
"country_code": "NG",
"price": {
"amount": 28366.4,
"amount_payable": 22693.12,
"discount_amount": 5673.28,
"discount_description": "20% discount",
"discount_type": "percentage",
"distance": "142 km",
"duration": "2 hours 4 mins"
},
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
},
"state_code": "LA"
}
]
Example:
"See the destination parcel details"
Example:
"percentage"
Example:
56732.8
Example:
45386.24
Example:
11346.56
Example:
"Pickup and destination addresses successfully verified"
Example:
true
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 '{
"destinations": [],
"item_weight": 1,
"pickup_origin": {
"city": "Lagos",
"country_code": "NG",
"region": {
"latitude": 6.4612672,
"longitude": 3.3961466
},
"state_code": "LA"
}
}'
{
"data": {
"destinations": [
{
"city": "Lagos",
"country_code": "NG",
"price": {
"amount": 28366.4,
"amount_payable": 22693.12,
"discount_amount": 5673.28,
"discount_description": "20% discount",
"discount_type": "percentage",
"distance": "142 km",
"duration": "2 hours 4 mins"
},
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
},
"state_code": "LA"
},
{
"city": "Lagos",
"country_code": "NG",
"price": {
"amount": 28366.4,
"amount_payable": 22693.12,
"discount_amount": 5673.28,
"discount_description": "20% discount",
"discount_type": "percentage",
"distance": "142 km",
"duration": "2 hours 4 mins"
},
"region": {
"latitude": 7.427026700000001,
"longitude": 3.8900142
},
"state_code": "LA"
}
],
"discount_description": "See the destination parcel details",
"discount_type": "percentage",
"pickup_origin": {
"city": "Lagos",
"country_code": "NG",
"region": {
"latitude": 6.4612672,
"longitude": 3.3961466
},
"state_code": "LA"
},
"total_amount": 56732.8,
"total_amount_payable": 45386.24,
"total_discount_amount": 11346.56
},
"message": "Pickup and destination addresses successfully verified",
"status": true
}