Vehicle Search by Vehicle Type

By default, a Vehicle Search response returns all available Vehicle types. However, the request can be modified to include vehicle type information such as vehicle categories, classes, door counts, and fuel types.

VehicleModifier attributes can be sent in combination with VehicleType values. Alternately, individual Vehicle modifiers can be requested using VehicleSearchModifiers/VehicleModifier. See Vehicle Search by Vehicle Modifiers for details.

Some providers also permit a combination of Vehicle Modifier attributes and Vehicle Types. See Exceptions for details.

Schema

See the following transactions for Vehicle Search:

How To

VehicleType is a modifier that can be added into the standard Vehicle Search request.

  1. Enter the minimum required search data for a Vehicle Search in VehicleSearchAvailabilityReq.
  2. Enter /VehicleSearchModifiers/VehicleType to specify the type of vehicles to include in the search.
  3. Two types of vehicle type data are accepted in Vehicle Type:

    The vehicle types and number of types supported in a request varies by provider. Either the enumeration or pseudo code can be sent in VehicleType.

  4. A standard Vehicle Search response is returned. However, vehicle types are limited to those that meet the specified search parameters.
  5. Vehicle Type code enumerations are returned in the response, even if pseudo codes were sent in the request.

Exceptions