Create or replace a location priority limit profile
Creates a time-windowed power limit profile for a location at the given priority. If a profile already exists at that priority for this location, it is replaced. The effective limit is recomputed immediately and written through to the location.
Authorizations
Per-tenant API key. Tenant is derived from the key — never from the request.
Path Parameters
Body
ISO-8601 UTC timestamp. Required.
"2026-06-12T08:00:00Z"
ISO-8601 UTC timestamp. Must be after startTime and in the future. Required.
"2026-06-12T18:00:00Z"
Power limit in kW. Must be greater than 0. Required.
50
OCPP-stack-style priority level, 0 (lowest) to 10 (highest). Submitting a profile at a priority that already exists for this target replaces it.
0 <= x <= 105
Response
Profile created/replaced

