Create a vehicle
Response
A Vehicle represents an electric vehicle registered within the Charge platform. Vehicles can be linked to one or more drivers, and are used to associate charging sessions, telemetry data, and battery specifications.
Unique identifier for the vehicle object.
null
String representing the object’s type. Always vehicle
.
null
Total battery capacity of the vehicle in watt-hours (Wh).
null
Standard used for charging the vehicle (e.g., CCS
, CHAdeMO
, Type2
).
null
Time at which the vehicle was registered (UNIX timestamp).
null
List of driver IDs currently linked to the vehicle.
null
Manufacturer details for the vehicle.
Set of key-value pairs for storing custom structured data about the vehicle.
null
License plate or vehicle registration number.
null
Current lifecycle status of the vehicle.
active
, inactive
, retired
null
ID of the telemetry object linked to this vehicle (if any).
null
Time at which the vehicle object was last updated.
null
Vehicle Identification Number (VIN), used to uniquely identify the vehicle.
null