curl --request PATCH \
--url https://app.plugchoice.com/api/v3/sites/{site}/chargers/{charger}/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"target_site_uuid": "<string>"
}
'{
"uuid": "<string>",
"id": 123,
"identity": "<string>",
"connection_status": "<string>",
"status": "<string>",
"connectors": [
{}
],
"created_at": "<string>",
"updated_at": "<string>"
}curl --request PATCH \
--url https://app.plugchoice.com/api/v3/sites/{site}/chargers/{charger}/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"target_site_uuid": "<string>"
}
'{
"uuid": "<string>",
"id": 123,
"identity": "<string>",
"connection_status": "<string>",
"status": "<string>",
"connectors": [
{}
],
"created_at": "<string>",
"updated_at": "<string>"
}Moves a charger to a different location and resets its configuration. You must have sensitive access to both the source and target locations.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.