Vehicles
Attach a vehicle to a driver
Links an existing Driver to the specified Vehicle. Once attached, the driver will appear in the vehicle’s drivers
array and future charging sessions will attribute the driver.
POST
Path Parameters
ID of the vehicle that the driver will operate.
Body
application/json
Response
200
application/json
Returns the Vehicle object now containing the attached driver in its drivers array.