v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Charge Points

Update auto-start state for a charge point

Sets auto-start to on or off based on the request body. Returns 400 when the charge point is not eligible (public, or model does not support it) or the requested state matches the current one. The current auto-start status is also exposed on the regular GET /charge-points/{id} response, so a separate read endpoint is not needed. Required scope: charge-points:write </br>Organization authorization: supported

post/api/v1/charge-points/{chargePointId}/auto-start

Path parameters

chargePointIdinteger required

Request body

state'on' | 'off' required

Allowed values for the auto-start update body

Response

Auto-start updated

autoStart'on' | 'off' | 'not-available' required

Auto-start status values