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.
application/json
Request Body
Details for stopping the charging session.
socketId int64
Responses
- 200
- 400
- 401
The charging session was successfully stopped.
application/json
Schema
Example (from schema)
Schema
chargerId string
socketId int64
status string
{
"chargerId": "string",
"socketId": 0,
"status": "string"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized.
Loading...