curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger_uuid}/actions/stop \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"transaction_id": 16
}
'{}See the documentation for more information.
16
Response from charger
The response is of type object.
Was this page helpful?
curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger_uuid}/actions/stop \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"transaction_id": 16
}
'{}