Vehicle
Refresh vehicle data
Updates vehicle with newest data from vendor system.
GET
/
v1.0.0
/
vehicles
/
{vehicleId}
/
refresh
Authorizations
X-API-KEY
string
headerrequiredApiKey used for authorization and authentication
Path Parameters
vehicleId
string
requiredVehicle ID
Response
200 - application/json
Object of vehicle response.
isOnline
boolean
requiredIndicates if the vehicle is reachable trough the vendor system.
id
string
requiredThe ID of the vehicle.
userId
string
requiredThe ID of the user.
staticData
object
requiredObject of static data of a vehicle.
lastUpdated
string
The timestamp of the last update of any field in the vehicle data.
chargeState
object
Object of charge state data of a vehicle.
odometer
object
Object of odometer data of a vehicle.
location
object
Object of location data of a vehicle.
climateState
object
Object of climate state of a vehicle.