Skip to main content
POST
Create or replace a charger-level limit lock

Autorizações

x-api-key
string
header
obrigatório

Chave de API por tenant. O tenant é derivado da chave — nunca da requisição.

Parâmetros de caminho

controllerUuid
string
obrigatório
connectorId
string
obrigatório

Corpo

application/json
startTime
string<date-time>
obrigatório

Timestamp ISO-8601 UTC. Obrigatório.

Exemplo:

"2026-06-12T08:00:00Z"

endTime
string<date-time>
obrigatório

Timestamp ISO-8601 UTC. Deve ser posterior a startTime e estar no futuro. Obrigatório.

Exemplo:

"2026-06-12T18:00:00Z"

limitKw
number<float>
obrigatório

Limite de potência em kW. Deve ser maior que 0. Obrigatório.

Exemplo:

50

priority
integer
padrão:0

Nível de prioridade no estilo da pilha OCPP, de 0 (mais baixa) a 10 (mais alta). O envio de um perfil em uma prioridade que já existe para este alvo o substitui.

Intervalo necessário: 0 <= x <= 10
Exemplo:

5

Resposta

Cronograma do carregador criado/substituído

controllerUuid
string
Exemplo:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

connectorId
string
Exemplo:

"1"

limitKw
number
Exemplo:

11

startTime
string<date-time>
endTime
string<date-time>
status
enum<string>
Opções disponíveis:
SCHEDULED,
ACTIVE,
EXPIRED