post https://{tenantUrl}/public-api/resources/charge-points/v2.0//smart-charging
Update smart charging details for the charge point
Log in to see full request history
Responses
422The payload you provided is invalid
Update smart charging details for the charge point
422The payload you provided is invalid
xxxxxxxxxx
12curl --request POST \
--url https://example.com/public-api/resources/charge-points/v2.0/chargePoint/smart-charging \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"mode": "tod",
"maxVoltage": "230",
"phases": "single_phase",
"phaseRotation": "RST"
}
'
Try It!
to start a request and see the response here! Or choose an example: