Moves a charger to a different group within the same site.
cURL
curl --request PATCH \ --url https://app.plugchoice.com/api/v3/sites/{site_uuid}/chargers/{charger_uuid}/reassign \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "site_group_id": 16 } '
{}
See the documentation for more information.
The id of an existing record in the site_groups table.
id
16
Charger reassigned successfully
The response is of type object.
object
Was this page helpful?