Skip to main content
PATCH
/
api
/
v3
/
sites
/
{site_uuid}
/
chargers
/
{charger_uuid}
/
reassign
Reassign charger
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
}
'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required
charger_uuid
string
required

Body

application/json
site_group_id
integer
required

The id of an existing record in the site_groups table.

Example:

16

Response

200 - application/json
object | null

Charger reassigned successfully

The response is of type object.