These docs are for v1.0. Click to read the latest docs for v2.0.

Fleet Capabilities in Quotes v2

October 20th 2020 - The Quotes v2 API has been extended to support unique fleet capabilities!

What's New

At Karhoo we host a diverse set of fleets across the world with varying degrees of capability. This diversity gives our Demand Partners the ability to book outside of major city centers where our competitors don't operate. So we want to make it clear to our partners what they can expect.

With fleet capabilities you'll now know exactly what you'll get when booking anywhere globally.

Fleet Capabilities

We're starting with the following basic capabilities:

  • gps_tracking - Tracking your driver before pickup.
  • flight_tracking - The fleet will use the supplied flight number to adjust pickup time in case of delays.
  • train_tracking - The fleet will use the supplied train number to adjust pickup time in case of delays.
  • driver_details - The fleet supplies details like driver photo, license information or phone number.
  • vehicle_details - The fleet provides details like license plate number.

The new expanded Fleet object

You'll now see capabilities in the Fleet object in Quotes v2

...            
"fleet": {
    "capabilities": [
        "vehicle_details",
        "driver_details",
        "flight_tracking",
        "gps_tracking"
    ],
    "description": "Robot PHV Fleet for UK. Example description: Regional Private Hire Company operating in London and surroundings.",
    "id": "82cdc359-beed-45cb-8743-baec84e58b57",
    "logo_url": "https://cdn.karhoo.com/d/images/organisation-logos/69279eb83537f0471137a72184f31edb.png",
    "name": "PHV Fleet (Robot Fleet GB)",
    "phone_number": "+44800000000",
    "rating": {},
    "terms_conditions_url": "https://cdn.karhoo.com/d/terms/fleets/7f8d80dc-0872-4fc0-86bd-658488d8fcb2/index.html"
},
...

Let's have a look at the changes with a side by side:

2208