Skip to main content

Start a charging session

x-ms-visibility: "important"

Initiates a charging session on the specified socket of the charger.

Path Parameters
    chargerId string required

    Unique identifier of the charger where charging session will begin.

Request Body

To start a charging session, you can omit or set 'validateRfid' to 'false' to allow any RFID to initiate charging, regardless of whether it is associated with a driver. If 'validateRfid' is set to 'true', the system will verify that the RFID is linked to a driver with permission to use the charger.

    socketId int64
    rfidTag string
    validateRfid boolean
Responses

The charging session was successfully started.


Schema
    chargerId string
    socketId int64
    status string
Loading...