QuoteSearch
| 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. |
Quotes
| 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 |
Quote
| 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 |
QuoteType (Enum)
| Property | Type | Required | Description |
|---|---|---|---|
| fixed | |||
| estimated | |||
| metered |
QuoteSource (enum)
| Property | Type | Required | Description |
|---|---|---|---|
| fleet | The quote is provided directly by the fleet | ||
| market | The quote is computed based on the current market |
PickupType (enum)
| 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 |
