For AI agents: visit https://karhoo.readme.io/v1.0/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
These docs are for v1.0. Click to read the latest docs for v2.0.
| Property | Type | Required | Description |
|---|
| origin | LocationInfo | | |
| destination | LocationInfo | | |
| dateScheduled | Date | | Date(wallclock time) convertable to an ISO-8601 string (YYYY-MM-DDTHH:MM) for prebooks. The SDK will localise this time for the Karhoo QuoteService using the provided origin time zone. |
| Property | Type | Required | Description |
|---|
| categoryQuotes | String | | Dictionary of Quote mapped to categories of vehicle types. |
| all | Quote | | an array of all Quotes available for the provided |
| quoteListId | String | | |
| Property | Type | Required | Description |
|---|
| quoteId | String | | |
| fleetId | String | | |
| availabilityId | String | | |
| phoneNumber | String | | |
| fleetName | String | | |
| supplierLogoUrl | String | | |
| vehicleClass | String | | |
| supplierLogoUrl | String | | |
| quoteType | quoteType | | |
| highPrice | Double | | |
| lowPrice | Double | | |
| currencyCode | String | | |
| qtaHighMinutes | Int | | |
| qtaLowMinutes | Int | | |
| termsConditionsUrl | String | | |
| categoryName | String | | |
| source | QuoteSource | | |
| pickUpType | PickUpType | | |
| Property | Type | Required | Description |
|---|
| fixed | | | |
| estimated | | | |
| metered | | | |
| Property | Type | Required | Description |
|---|
| fleet | | | The quote is provided directly by the fleet |
| market | | | The quote is computed based on the current market |
| Property | Type | Required | Description |
|---|
| default | | | Standard driver behaviour for pickup or dropoff` |
| meetAndGreet | | | Usually when the driver will meet the passenger with a greeting sign |
| curbSide | | | The driver will wait curbside at a designated pickup point |
| standBy | | | The passenger must call when they are ready. Usually with their luggage when an airport |