curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/settings/plug-charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"card_uid": "<string>"
}
'curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/settings/plug-charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"card_uid": "<string>"
}
'204 No Content response on success.
true) or disable (false) Plug & Charge.enabled is true. Maximum 20 characters.