Skip to content

Send Charger Action

Request

Send action command to charger

Security
bearerToken
Path
tenantstringrequired
chargerIdintegerrequired
Bodyapplication/jsonrequired
actionstringrequired

Action command

dataobject

Action data

curl -i -X PATCH \
  'https://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/charger/{chargerId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "action": "string",
    "data": {}
  }'

Responses

Action sent successfully