v1
latestOpenAPI 3.0.02026-07-24176225227.9 KBDirect OCPP - For Operators
Starts OCPP connection provisioning workflow on specified site
Sets settings and instructs charger that new settings are available to ensure all devices on site receive updated settings
post/local-ocpp/v1/operators/{operatorId}/connections/sites/{siteId}
Path parameters
operatorIdstring required
Charger operator id
siteIdstring required
Site id identifying site
Request body
Example request
{
"operatorId": 1,
"version": "00000000-0000-0000-0000-000000000000",
"siteId": 42
}Response
Success
Example response
{
"operatorId": 1,
"version": "00000000-0000-0000-0000-000000000000",
"siteId": 42
}