Car Hire Parameters
Page Type | Description | Landing Page |
---|---|---|
home | Car Hire Home | Link |
day-view | Car Hire Day View | Link |
For more details on the supported verticals and page types, please visit Verticals and Page Types.
Car Hire Home View Schema
/cars/home
A schema definition for the Car Hire home page microsite supported parameters.
Car Hire Home View Properties
Property | Type | Required |
---|---|---|
market | string | Optional |
locale | string | Optional |
currency | string | Optional |
market
The preferred market for searching results.
When unspecified, we use detection logic to determine the market, so it is unlikely you will need to use this parameter. If you want to learn more, please visit our Localisation page.
Required | Type | Format |
---|---|---|
Optional | string | e.g. UK , US , FR |
locale
The preferred locale for the desired page.
When unspecified, we use detection logic to determine the locale, so it is unlikely you will need to use this parameter. If you want to learn more, please visit our Localisation page.
Required | Type | Format |
---|---|---|
Optional | string | e.g. es-ES , en-GB , fr-FR |
currency
The preferred currency for the desired page.
When unspecified, we use detection logic to determine the currency, so it is unlikely you will need to use this parameter. If you want to learn more, please visit our Localisation page.
Required | Type | Format |
---|---|---|
Optional | string | e.g. GBP , EUR , USD |
Car Hire Day View Schema
/cars/day-view
A schema definition for the Car Hire day-view
microsite supported parameters.
Car Hire Day View Properties
Property | Type | Required |
---|---|---|
pickupPlace | string | Required |
dropoffPlace | string | Optional |
pickupTime | string | Required |
dropoffTime | string | Required |
driverAge | integer | Optional |
market | string | Optional |
locale | string | Optional |
currency | string | Optional |
pickupPlace
IATA code for the pick-up place. IATA codes are available for airlines, airports and cities. They are often used internationally and recognised by multiple airlines and airports. Learn more
Required | Type | Format |
---|---|---|
Required | string | e.g. EDI , BCN , LIS |
dropoffPlace
IATA code for the drop-off place. IATA codes are available for airlines, airports and cities. They are often used internationally and recognised by multiple airlines and airports. Learn more
Required | Type | Format |
---|---|---|
Optional | string | e.g. EDI , BCN , LIS |
pickupTime
Pick-up datetime in ISO 8601 standard.
Required | Type | Format |
---|---|---|
Required | string | YYYY-MM-DDTHH:MM |
dropoffTime
Drop-off datetime in ISO 8601 standard.
Required | Type | Format |
---|---|---|
Required | string | YYYY-MM-DDTHH:MM |
driverAge
Required | Type | Format |
---|---|---|
Optional | integer | Number between 21 and 99 |
market
The preferred market for searching results.
When unspecified, we use detection logic to determine the market, so it is unlikely you will need to use this parameter. If you want to learn more, please visit our Localisation page.
Required | Type | Format |
---|---|---|
Optional | string | e.g. UK , US , FR |
locale
The preferred locale for the desired page.
When unspecified, we use detection logic to determine the locale, so it is unlikely you will need to use this parameter. If you want to learn more, please visit our Localisation page.
Required | Type | Format |
---|---|---|
Optional | string | e.g. es-ES , en-GB , fr-FR |
currency
The preferred currency for the desired page.
When unspecified, we use detection logic to determine the currency, so it is unlikely you will need to use this parameter. If you want to learn more, please visit our Localisation page.
Required | Type | Format |
---|---|---|
Optional | string | e.g. GBP , EUR , USD |