v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Evs

Set EV Charging Limit

Description

Returns the current charge limit of an electric vehicle.

post/vehicles/{vehicle_id}/charge/limit

Request body

limitnumber float

The level at which the vehicle should stop charging and be considered fully charged (in percent).

Example request

{
  "limit": 1
}

Response

return Success Response

status'SUCCESS' | 'FAILED'
messagestring nullable

Example response

{
  "status": "SUCCESS"
}