v1

latestOpenAPI 3.0.0Apache 2.02026-07-17362847.3 KB
simulator

information about the simulated vehicle

Obtain detailed information about the simulated vehicle.

get/simulator/info

Response

vehicle details

AutoIDinteger required
DriverIDinteger
FleetIDinteger
OwnerIDinteger
Namestring
Makestring
Modelstring
Yearinteger
VINstring

Vehicle identification number in accordance with ISO 3779:2009

LicensePlatestring
RegistrationExpirystring date
FuelCapacitystring
Odometernumber double
PolicyIDstring
Notesstring

Optional field to enter owner notes about the vehicle

PhotoUrlsstring[]
DriveTrainstring
EngineTypestring
ExteriorColorstring
InteriorColorstring
Transmissionstring

Example response

{
  "Name": "My Car",
  "Make": "Opel",
  "Model": "Astra",
  "VIN": "WP0ZZZ99ZTS392124",
  "Notes": "My work car",
  "PhotoUrls": [
    "http://www.example.com/images/mycar.png"
  ]
}