post https://{tenantUrl}/public-api/actions/charge-point/v1.0//set-charging-profile/
Set a smart charging profile
Log in to see full request history
Responses
406Action rejected by the Charge Point
422The payload you provided is invalid
Set a smart charging profile
406Action rejected by the Charge Point
422The payload you provided is invalid
xxxxxxxxxx
13curl --request POST \
--url https://example.com/public-api/actions/charge-point/v1.0/chargePoint/set-charging-profile/evseNetworkId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"chargingProfilePurpose": "ChargePointMaxProfile",
"chargingProfileKind": "Absolute",
"chargingSchedule": {
"chargingRateUnit": "A"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: