Price
Curious how much a booking will cost? Use our price calculator to get an estimate.
Get price estimation for a PUD
Query parameters
pickupAddressstringRequiredExample:
Pickup address
Møllergata 6pickupPostalCodestringRequiredExample:
Pickup postal code
0159deliveryAddressstringRequiredExample:
Delivery address
Møllergata 6deliveryPostalCodestringRequiredExample:
Delivery postal code
0159immediateReturnbooleanOptionalDefault:
Immediate return
falseExample: falseHeader parameters
x-api-tokenstringRequired
Company API key
Responses
200
Price estimation returned
application/json
400
VALIDATION_ERROR
application/json
401
UNAUTHORIZED
application/json
422
Unprocessable entity, multiple error types possible. See examples.
application/json
get
/api/v3/price-estimateGET /api/v3/price-estimate?pickupAddress=Møllergata+6&pickupPostalCode=0159&deliveryAddress=Møllergata+6&deliveryPostalCode=0159 HTTP/1.1
Host:
x-api-token: text
Accept: */*
{
"price": 1234,
"outOfArea": false,
"durationInSeconds": 1234,
"distanceInMeters": 1234,
"handlingTimeInSeconds": 300,
"totalTimeInSeconds": 1534,
"minimumRequiredPickupWindowInSeconds": 3600,
"resolvedPickup": "Møllergata 6, 0179 Oslo, Norway",
"resolvedDelivery": "Møllergata 6, 0179 Oslo, Norway",
"immediateReturn": false,
"bookingBlockingInfo": [
{
"start": "2021-08-13T12:00:00Z",
"end": "2021-08-13T14:00:00Z"
}
]
}Last updated