Send Local Authorization List
x-ms-visibility: "important"
Send a local authorization list to the specified charger.
Path Parameters
chargerId string required
Unique identifier of the charger to send local authorization list.
application/json
Request Body
Details for the data transfer message.
version int32
updateFull boolean
tags string[]
Responses
- 200
- 400
- 401
Local authorization list sending process was successfully initiated.
application/json
Schema
Example (from schema)
Schema
chargerId string
status string
{
"chargerId": "string",
"status": "string"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized.
Loading...