Specification
Contains the technical specifications for a vehicle — model details, body, engine, transmission, fuel, and colors.
| Property | Summary |
|---|---|
ModelCode string |
The model code identifying the vehicle model. |
ModelYear int? |
The model year of the vehicle. |
ProductionDate DateTime? |
The date the vehicle was produced. |
ModelDescription string |
A human-readable description of the vehicle model. |
VariantDescription string |
A human-readable description of the vehicle variant. |
Class string |
The vehicle class (e.g., Sedan, SUV, Truck). |
BodyType string |
The body type (e.g., Hatchback, Coupe, Wagon). |
Engine string |
The engine description (e.g., displacement, configuration). |
Cylinders string |
The number of cylinders in the engine. |
LightHeavyType string |
Whether this is a light or heavy vehicle type. |
Doors string |
The number of doors. |
Fuel string |
The fuel type (e.g., Gasoline, Diesel, Hybrid, Electric). |
Transmission string |
The transmission type (e.g., Automatic, Manual, CVT). |
Side string |
The steering/driving side (e.g., Left-Hand Drive, Right-Hand Drive). |
EngineType string |
The engine type classification. |
TankCap string |
The fuel tank capacity. |
Style string |
The style or design trim of the vehicle. |
FuelLiter int? |
The fuel capacity in liters. |
ExteriorColor string |
The resolved exterior color description. |
InteriorColor string |
The resolved interior color description. |