VehicleIdentification
Attributes that identify a vehicle.
type VehicleIdentification {
acrissCode: String
bodyType: String
brand: String
dateVehicleFirstRegistered(
unit: DatetimeUnitEnum = ISO_8601
): String
knownVehicleDamages: String
licensePlate: String
meetsEmissionStandard: String
model: String
optionalExtras: [String!]
productionDate(
unit: DatetimeUnitEnum = ISO_8601
): String
purchaseDate(
unit: DatetimeUnitEnum = ISO_8601
): String
vin: String
vehicleConfiguration: String
vehicleExteriorColor: String
vehicleInteriorColor: String
vehicleInteriorType: String
vehicleModelDate(
unit: DatetimeUnitEnum = ISO_8601
): String
vehicleSeatingCapacity: UInt16
vehicleSpecialUsage: String
wmi: String
year: UInt16
}
Fields
VehicleIdentification.acrissCode ● String scalar
The ACRISS Car Classification Code is a code used by many car rental companies.
VehicleIdentification.bodyType ● String scalar
Indicates the design and body style of the vehicle (e.g. station wagon, hatchback, etc.).
VehicleIdentification.brand ● String scalar
Vehicle brand or manufacturer.
VehicleIdentification.dateVehicleFirstRegistered ● String scalar
The date in ISO 8601 format of the first registration of the vehicle with the respective public authorities.
VehicleIdentification.dateVehicleFirstRegistered.unit ● DatetimeUnitEnum enum
VehicleIdentification.knownVehicleDamages ● String scalar
A textual description of known damages, both repaired and unrepaired.
VehicleIdentification.licensePlate ● String scalar
The license plate of the vehicle.
VehicleIdentification.meetsEmissionStandard ● String scalar
Indicates that the vehicle meets the respective emission standard.
VehicleIdentification.model ● String scalar
Vehicle model.
VehicleIdentification.optionalExtras ● [String!] list scalar
Optional extras refers to all car equipment options that are not installed as standard by the manufacturer.
VehicleIdentification.productionDate ● String scalar
The date in ISO 8601 format of production of the item, e.g. vehicle.
VehicleIdentification.productionDate.unit ● DatetimeUnitEnum enum
VehicleIdentification.purchaseDate ● String scalar
The date in ISO 8601 format of the item e.g. vehicle was purchased by the current owner.
VehicleIdentification.purchaseDate.unit ● DatetimeUnitEnum enum
VehicleIdentification.vin ● String scalar
17-character Vehicle Identification Number (VIN) as defined by ISO 3779.
VehicleIdentification.vehicleConfiguration ● String scalar
A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.
VehicleIdentification.vehicleExteriorColor ● String scalar
The main color of the exterior within the basic color palette (eg. red, blue, black, white, ...).
VehicleIdentification.vehicleInteriorColor ● String scalar
The color or color combination of the interior of the vehicle.
VehicleIdentification.vehicleInteriorType ● String scalar
The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.).
VehicleIdentification.vehicleModelDate ● String scalar
The release date in ISO 8601 format of a vehicle model (often used to differentiate versions of the same make and model).
VehicleIdentification.vehicleModelDate.unit ● DatetimeUnitEnum enum
VehicleIdentification.vehicleSeatingCapacity ● UInt16 scalar
The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.
VehicleIdentification.vehicleSpecialUsage ● String scalar
Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school.
VehicleIdentification.wmi ● String scalar
3-character World Manufacturer Identification (WMI) as defined by ISO 3780.
VehicleIdentification.year ● UInt16 scalar
Model year of the vehicle.
Member Of
Vehicle object