Vehicle Class

Vehicle Classes

Karhoo maintains a list of standard product types into which each Fleet options are mapped. To be considered each supplier has to conform to local licensing and regulations for private hire and metered taxi.

Below is list that indicates the description, typical vehicle models and typical capacity. The actual maximum capacity is part of the Quote response.

🚧

DEPRECATED - Use Vehicle Types & Tags

The use of Vehicle Class has been deprecated in favor of a more descriptive and flexible system of describing Vehicles.

Please see our Vehicle Types & Tags concept guide.

Karhoo vehicle ClassDescriptionTypical VehiclesTypical Passenger & Luggage capacity
Saloon A product that provides a standard class of vehicle with a standard serviceToyota Prius, Volkswagen Passat4P / 2L
Exec A product that is of an high-end executive class that is providing an premium serviceMercedes E-Class, Audi A5, BMW 5 class3P / 2L
MPVA product that provides a larger capacity vehicle with a standard serviceFord Galaxy, VW Sharan, Mercedes Vito6P / 2L
ElectricA product that is of an all electric class providing a standard serviceNissan Leaf, Tesla3P / 1L
Moto A product that is of a rapid, motorcycle class providing a standard serviceBMW C-Evolution1P / 0L (hand luggage only)
Taxi A product that provides a taxi class service that is licensed within local frameworksLondon Black Cab4P / 2L
WheelchairA product that provides vehicles that are accessible with a standard service.London Black Cab2P / 2L

Vehicle Classes in Quote and Booking responses

This is returned as part of the quote and booking response:
Quote: quote_items[].vehicle_class
Booking: vehicle.vehicle_class

(please note that in Quotes there is also a vehicle category. This can be disregarded as it is only used internally)

https://rest.sandbox.karhoo.com/v1/quotes/{id}
"quote_items":[
0:{
    ...
    "vehicle": {
        "type":"standard",
        "class": "electric",
        "passenger_capacity": 3,
        "luggage_capacity": 2,
        "tags": [
          "electric", "taxi"
        ]
      }
      ...
}
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"
}

FAQ

What does capacity mean:
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.

When do I receive the actual vehicle model:
The vehicle category (Saloon, Exec etc.) is part of every quote response. The actual make and model will be sent once a Driver is on Route (Status: Driver en-route)
vehicle.description