Vehicle Attributes
Vehicle attributes
As part of the Vehicle array, Karhoo returns information on the vehicle:
Attribute | Values | Description |
---|---|---|
Child Seat | True / False | Whether or not it is possible to book a child seat (or whether it has been booked). As of writing this documentation (01.01.2020) this attribute is NOT IN USE. |
Electric | True / False | Whether or not the vehicle is fully electric. As of writing this documentation (01.01.2020) this attribute is NOT IN USE. |
Hybrid | True / False | Whether or not the vehicle is hybrid electric vehicle. As of writing this documentation (01.01.2020) this attribute is NOT IN USE. |
Luggage capacity | 0 - 99 | Karhoo is displaying the minimum that the Fleet is able to guarantee. E.g. a VW Passat with 4 Passengers only has room for an additional 2 large suitcases. |
Passenger capacity | 0 - 99 | see above |
Below is an example of a Get booking details response
https://rest.sandbox.karhoo.com/v1/bookings/{id}
{...
"vehicle":{
"attributes":{
"child_seat":false
"electric":false
"hybrid":false
"luggage_capacity":2
"passenger_capacity":4
}
"description":"Blue Prius Toyota"
"driver":{
...
}
"vehicle_class":"saloon"
"vehicle_license_plate":"EKEFTB"
}
Description:
This is the combination of model and make. Quality varies per Fleet. As of writing this documentation (01.01.2020) description is not localised.
Vehicle Licence Plate
The licence or number plate of the vehicle.
Do you always receive this information:
Attributes: Yes
Vehicle Class: Yes
Vehicle licence plate and description: In most cases, but can't be guaranteed.
Updated almost 5 years ago