Skip to main content

Stop a charging session

x-ms-visibility: "important"

Stops an active charging session on the specified socket of the charger.

Path Parameters
    chargerId string required

    Unique identifier of the charger where charging session will stop.

Request Body

Details for stopping the charging session.

    socketId int64
Responses

The charging session was successfully stopped.


Schema
    chargerId string
    socketId int64
    status string
Loading...