Get a Quote
Retrieve prices for a vehicle hire order without placing an actual order. This endpoint will return prices for all available vehicles.
Authentication
AuthorizationBearer
Request
This endpoint expects an object.
vehicles
A list of vehicle types you’d like to retrieve quotes for.
Use either All or * to select all vehicles. All and * may only be passed alone. Passing either in the vehicles array with other values in the array will result in a validation error.
duration
The desired duration for this hire job.
Check the documentation for more info on hire durations.
Allowed values:
fulfilment_date
The date on which the order should be fulfilled. Expects date in format YYYY-MM-DD.
two_man_delivery
Whether or not the delivery driver is required to have an additional person with them to fulfil the order. Defaults to false if not provided.
Response
uuid
The quote ID.
vehicles
An list of quote objects. Each object will contain a quote for every vehicle that was outlined in the request.
extra_trips
This will be an object when the order type is delivery, null otherwise.
remote
This will be true if any of the locations fall in a postal code that has been flagged as remote and otherwise difficult to reach.
Errors
422
Unprocessable Entity Error
