Price
Curious how much a booking will cost? Use our price calculator to get an estimate.
Get price estimate v2 for a PUD
Pickup address
Møllergata 6Pickup postal code
0159Delivery address
Møllergata 6Delivery postal code
0159Immediate return
falseExample: falseSpecify ID of company to get the price estimate for
90sdfjs09fdsAddons to include in the estimate. See your available addons by using the /me endpoint
Interval type for the estimate
pickupPossible values: Interval start date and time
2021-08-13T12:00:00ZInterval end date and time
2021-08-13T14:00:00ZCompany API key
Price estimation returned
Booking product
precisePossible values: Estimated price
1234ID of the company
8932n8dnhsdf8sdfCurrency
NOKBooking addons
["temporaryPlates","electricVehicle"]Immediate return
trueINVALID_BOOKING_INTERVAL
VALIDATION_ERROR
UNAUTHORIZED
Unprocessable entity, multiple error types possible. See examples.
GET /api/v3/price-estimate-v2?pickupAddress=Møllergata+6&pickupPostalCode=0159&deliveryAddress=Møllergata+6&deliveryPostalCode=0159&intervalType=pickup&intervalStart=2021-08-13T12%3A00%3A00Z&intervalEnd=2021-08-13T14%3A00%3A00Z HTTP/1.1
x-api-token: text
Accept: */*
{
"pickup": {
"address": "Møllergata 6",
"postalCode": "0159",
"interval": {
"start": "2021-08-13T12:00:00Z",
"end": "2021-08-13T14:00:00Z"
}
},
"delivery": {
"address": "Møllergata 6",
"postalCode": "0159",
"interval": {
"start": "2021-08-13T12:00:00Z",
"end": "2021-08-13T14:00:00Z"
}
},
"bookingProduct": "precise",
"price": 1234,
"companyId": "8932n8dnhsdf8sdf",
"currency": "NOK",
"addons": [
"temporaryPlates",
"electricVehicle"
],
"immediateReturn": true
}Get price estimation for a PUD
Pickup address
Møllergata 6Pickup postal code
0159Delivery address
Møllergata 6Delivery postal code
0159Immediate return
falseExample: falseCompany API key
Price estimation returned
Price
1234Out of area
falseDuration in seconds
1234Distance in meters
1234Handling time in seconds
300Total time in seconds (contains both duration and handling time)
1534Minimum required pickup window in seconds
3600Resolved pickup address
Møllergata 6, 0179 Oslo, NorwayResolved delivery address
Møllergata 6, 0179 Oslo, NorwayImmediate return
falseVALIDATION_ERROR
UNAUTHORIZED
Unprocessable entity, multiple error types possible. See examples.
GET /api/v3/price-estimate?pickupAddress=Møllergata+6&pickupPostalCode=0159&deliveryAddress=Møllergata+6&deliveryPostalCode=0159 HTTP/1.1
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