Refresh a charger socket
x-ms-visibility: "important"
Initiates a refresh operation on the specified charger.
Path Parameters
chargerId string required
Unique identifier of the charger to refresh.
application/json
Request Body
Details for the refresh operation.
socketId int32
Responses
- 200
- 400
- 401
The refresh operation 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...