Vehicle Search by Vehicle Modifiers
By default, a Vehicle Search returns available vehicles with any available types or features. However, the search can be modified by requesting one or more of the following vehicle type qualifiers:
- Air conditioning
- Transmission type
- Vehicle class
- Vehicle category
- Door count, which is the number (range) of doors on the vehicle for a given category.
- Fuel type
Alternately, combined modifiers can be requested using VehicleSearchAvailabilityReq/VehicleSearchModifiers/VehicleType. Some providers also permit a combination of Vehicle Modifier attributes and Vehicle Types. See Vehicle Search By VehicleType for details.
Request
In addition to the minimum required data for a Vehicle Search, the car type options are added as attributes of VehicleSearchAvailabilityReq/VehicleSearchModifiers/VehicleModifier.
One or more of the attributes can be added to the request.
Air Conditioning
Universal API supports a boolean request for air conditioning.
-
Galileo also supports either air conditioning or no air conditioning in the request.
-
Worldspan combines air conditioning with a Fuel Type modifier, such as diesel, hybrid, and ethanol.
Transmission Type
Universal API supports the following Transmission Types.
Enumeration |
Galileo |
Worldspan |
---|---|---|
Automatic |
A (Automatic Unspecified Drive) |
|
Automatic4WD |
B (Automatic 4WD) |
|
AutomaticAWD |
D (Automatic AWD) |
|
Manual |
M (Manual Unspecified Drive) |
|
Manual4WD |
N (Manual 4WD) |
|
ManualAWD |
C (Manual AWD) |
|
Vehicle Class
The following Vehicle Class enumerations are used for VehicleClass in Universal API. The Worldspan vehicle classes map exactly to the Universal API enumerations. However, the Galileo mappings are not exact.
Enumeration |
Galileo |
Worldspan |
---|---|---|
Compact |
Compact |
Compact |
CompactElite |
|
Compact Elite |
Economy |
Economy |
Economy |
Fullsize |
Full Size |
Full Size |
FullsizeElite |
|
Full Size Elite |
EconomyElite |
|
Economy Elite |
Intermediate |
Intermediate |
Intermediate |
IntermediateElite |
|
Intermediate Elite |
Luxury |
Luxury |
Luxury |
LuxuryElite |
|
Luxury Elite |
Mini |
Mini |
Mini |
MiniElite |
|
Mini Elite |
Oversize |
|
Oversize |
Standard |
Standard |
Standard |
StandardElite |
|
Standard Elite |
Premium |
Premium |
Premium |
PremiumElite |
|
Premium Elite |
Special |
Special |
Special |
Vehicle Category
The following Vehicle Category enumerations are used for Category in Universal API. However, the mappings to the providers are not exact; the following table shows the mappings between the API and the provider's systems.
The number of vehicle types supported in a request varies by provider.
- Galileo supports up to three actual or pseudo vehicle types in a Vehicle Search request, combining the total between Category and VehicleSearchModifiers/VehicleType.
- Worldspan supports up to 10 actual vehicle types in a Vehicle Search request, sent in the Category attribute, OR one pseudo vehicle type sent in VehicleSearchModifiers/VehicleType.
If VehicleSearchModifiers/VehicleModifier/Category is included in a request that also includes VehicleSearchModifiers/VehicleType, Category is considered before VehicleType.
Note: For both Galileo and Worldspan, car requests by door count are represented by the DoorCount attribute. For both providers, door counts apply only to vehicles in the 'Car' category.
Enumeration |
Galileo |
Worldspan |
---|---|---|
Car |
Car |
Car |
Van |
Van |
Passenger Van |
SUV |
|
Sport Utility Vehicle |
Convertible |
Convertible |
Convertible |
Truck |
Truck |
Commercial (Van or Truck) |
StationWagon |
Wagon |
Wagon/Estate |
Pickup |
Pick-up |
|
AllTerrain |
All Terrain |
Open air - All Terrain |
Recreational |
Recreation |
Recreational Vehicle |
Sport |
Sport |
Sports car |
Special |
Special |
Special |
ExtendedCabPickup |
|
Pickup (extended cab) |
RegularCabPickup |
|
Pickup (regular cab) |
SpecialOffer |
|
SpecialOffer |
Coupe |
|
Coupe |
Monospace |
|
Monospace |
Roadster |
|
Roadster |
Crossover |
|
Crossover |
Motorcycle |
|
|
Limo |
Limo |
Limousine |
Motorhome |
|
Motor Home |
TwoWheelVehicle |
|
TwoWheelVehicle |
CommercialVanOrTruck |
|
|
|
Four-wheel drive |
|
Door Count
For both Galileo and Worldspan, car requests by door count are represented by the DoorCount attribute. For both providers, door counts apply only to vehicles in the 'Car' category.
The following Door Count enumerations are used for DoorCount in Universal API. The Worldspan vehicle classes map exactly to the Universal API enumerations. However, the Galileo mappings are not exact.
Enumeration |
Galileo |
Worldspan |
---|---|---|
TwoToThreeDoors |
2-door |
2-3 Door |
TwoToFourDoors |
2- or 4-door |
2 or 4 Door |
FourToFiveDoors |
4-door |
4-5 Door |
Fuel Type
Worldspan combines Air Conditioning (AC) with a Fuel Type modifier. Galileo supports combined AC/Fuel Types, and also permits Air Conditioning as a Boolean request separate from Fuel Type.
Universal API supports the following Fuel Types.
Enumeration |
Air Conditioning |
Description |
Galileo |
Worldspan |
---|---|---|---|---|
Enumeration Not Specifed/Absent |
true |
Unspecified fuel/power with air conditioning. |
R |
R |
Petrol |
true |
Petroleum with air conditioning. |
V |
V |
Diesel |
true |
Diesel with air conditioning. |
D |
D |
Hybrid |
true |
Hybrid with air conditioning. |
H |
H |
Electric |
true |
Electric with air conditioning. |
E |
E |
LPGCNG |
true |
LPG/Compressed gas with air conditioning. |
L |
L |
Hydrogen |
true |
Hydrogen with air conditioning. |
A |
A |
MultiFuel |
true |
Multiple fuel types/power with air conditioning. |
M |
M |
Ethanol |
true |
Ethanol with air conditioning. |
U |
U |
Enumeration Not Specifed/Absent |
false |
Unspecified fuel/power with no air conditioning. |
N |
N |
Petrol |
false |
Petroleum with no air conditioning. |
Z |
Z |
Diesel |
false |
Diesel with no air conditioning. |
Q |
Q |
Hybrid |
false |
Hybrid with no air conditioning. |
I |
I |
Electric |
false |
Electric with no air conditioning. |
C |
C |
LPGCNG |
false |
LPG/Compressed gas with no air conditioning. |
S |
S |
Hydrogen |
false |
Hydrogen with no air conditioning. |
B |
B |
MultiFuel |
false |
Multiple fuel types/power with no air conditioning. |
F |
F |
Ethanol |
false |
Ethanol with no air conditioning. |
X |
X |
Response
The response returns the available options for a Vehicle Search that meets the requested vehicle type parameters, as well as response data for the vehicle types requested.
Exceptions
Worldspan
Worldspan supports wild card searches.