Unlock a cable
x-ms-visibility: "important"
Unlocks the cable connected to a specified socket of the charger.
Path Parameters
chargerId string required
Unique identifier of the charger where the cable is to be unlocked.
application/json
Request Body
Details for unlocking the cable.
socketId int32
Responses
- 200
- 400
- 401
- 500
The cable was successfully unlocked.
application/json
Schema
Example (from schema)
Schema
chargerId string
socketId int32
status string
{
"chargerId": "string",
"socketId": 0,
"status": "string"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User is not authorized.
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...