Stop a charging session on the charger
curl --request POST \ --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/stop \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "transaction_id": 123 }'
The id of the team
The id of the charger
The transaction id of the charging session to stop. If not provided, the latest active charging session will be stopped.
{ "message": "Accepted" }
Was this page helpful?