curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/charge-limit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"limit": 123,
"stack_level": 123
}
'{
"status": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/charge-limit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"limit": 123,
"stack_level": 123
}
'{
"status": "<string>"
}0 for the charge point level.1 if not specified. Not all chargers support all stack levels.Accepted, Rejected).