Name | Description | Type | Additional information |
---|---|---|---|
Doors |
Number of doors |
integer |
None. |
Seats |
Number of seats |
integer |
None. |
BodyType |
Bodytype (enum value) of vehicle. Possible values can be retrieved by Web API call (api/passengercar/bodytypes) |
Kooijmans.RollsEngine.PublicInterface.Enums.MotorVehicles.BodyType |
None. |
BodyDescription |
Bodytype description in the language of the caller (Accept-Language http header) |
string |
None. |
Traction |
V=Front, A=Rear, V+A=Front+Rear, 4x4=All Wheel Tarrain |
string |
None. |
Transmission |
Indicates transmission of vehicle (A=Automatic, H=Manual, S=Semi-Automatic) |
string |
None. |
Turbo |
Indicates if vehicle has a turbo |
boolean |
None. |
MaxPowerRpm |
Rotations per minute for maximum power |
integer |
None. |
Torque |
Torque in Nm |
integer |
None. |
MaxTorqueRpm |
Rotations per minute for maximum torque |
integer |
None. |
TankCapacity |
Tank capacity in liters |
integer |
None. |
FuelConsumptionUrban |
Urban fuel consumption in liters per 1000km |
integer |
None. |
FuelConsumptionExtraUrban |
Exta Urban fuel consumption in liters per 1000km |
integer |
None. |
FuelConsumptionCombined |
Combined fuel consumption (Urban/ExtraUrban) in liters per 1000km |
integer |
None. |
SegmentCode |
Segementcode for vehicle (used by some insurance companies). List of possible value will come soon |
string |
None. |
CurrentValue |
Current value of vehicle in Euro's (Vat and rest-Bpm included). |
integer |
None. |
CurrentValueExVatExBpm |
Current value of vehicle in Euro's (excl VAT and excl BPM) |
integer |
None. |
CurrentValueVatAmount |
VAT Value in Euro's of Current Value |
integer |
None. |
CurrentValueBpmRemainderAmount |
Bpm Remainder Value in Euro's of Current Value (Bpm Remainder is calculated from Pricelist Bpm value) |
integer |
None. |
SecuritySystemClass |
Factory installed SCM security alarmsystem |
Kooijmans.RollsEngine.PublicInterface.Enums.MotorVehicles.SecuritySystemClass4Wheels |
None. |
TypeID |
Autotelex typeID (unique over all vehicletypes) |
integer |
None. |
Source |
Source where data is coming from |
string |
None. |
VehicleType |
Indication of vehicletype of resulttype (Passengercar, Motorcycle, Van, Moped) |
string |
None. |
TypeDescription |
Typedescription with abbreviations |
string |
None. |
TypeDescriptionLong |
Complete Typedescription |
string |
None. |
ConsumerPrice |
Consumerprice of vehicle in Euro's (incl. Vat and Bpm) |
integer |
None. |
BpmValue |
Bpm value in Euro's |
integer |
None. |
Vat |
Vat value in Euro's |
integer |
None. |
NetPrice |
Netprice of vehicle in Euro's (excl. Vat and Bpm) |
integer |
None. |
Co2Emissions |
Co2 emissions in gr/km |
integer |
None. |
ParticulatesEmissions |
Particulate Matter Emissions value in gr/km (if unknown... value=-1) |
decimal number |
None. |
Emissions |
Emissioncode |
string |
None. |
Energylabel |
Energylabel of vehicle |
string |
None. |
FuelType |
OBSOLETE -- (Use OriginalFuelTypeID in MMT situation or RegistrationFuelType1ID/RegistrationFuelType2ID when licenseplate is known) -- Fueltype (enum value) of vehicle. |
Kooijmans.RollsEngine.PublicInterface.Enums.MotorVehicles.FuelType |
None. |
FuelTypeDescription |
OBSOLETE -- (Use OriginalFuelTypeDescription in MMT situation or RegistrationFuelType1Description/RegistrationFuelType2Description when licenseplate is known) -- FuelTypeDescription. |
string |
None. |
OriginalFuelTypeID |
Pricelist FueltypeID following SIVI ADNBRS ID's (sivi.org). Possible values can be retrieved by Web API call (api/[vehicletype]/fueltypes) |
string |
None. |
OriginalFuelTypeDescription |
Pricelist FuelTypeDescription. |
string |
None. |
Hybrid |
Hybrid (enum value) |
Kooijmans.RollsEngine.PublicInterface.Enums.MotorVehicles.Hybrid |
None. |
ExternallyRechargeable |
Is type externally rechargeable |
boolean |
None. |
Weight |
Weight in kilograms |
integer |
None. |
EnginePower |
Engine power in kilowatts |
integer |
None. |
ElectricPower1 |
Power of first electric motor in kW |
integer |
None. |
ElectricPower2 |
Power of second electric motor in kW |
integer |
None. |
SystemCombinedPower |
Combined power of hybrid vehicle in kW |
integer |
None. |
EngineSize |
Engine size in CC |
integer |
None. |
Acceleration |
Acceleration 0-100 in seconds (x 10) |
integer |
None. |
Cylinders |
Number of cylinders |
integer |
None. |
TopSpeed |
Topspeed in km/hour |
integer |
None. |
PhotoFront |
Image path front |
string |
None. |
PhotoFrontThumb |
Thumbmail image path front |
string |
None. |
PhotoInterior |
Image path Interior |
string |
None. |
PhotoInteriorThumb |
Thumbnail Image path Interior |
string |
None. |
PhotoRear |
Image path rear |
string |
None. |
PhotoRearThumb |
Thumbmail image path rear |
string |
None. |
Accessories |
Collection of accessories |
Collection of Kooijmans.Vehicle.RollsAccessory |
None. |