Update an existing charger socket
x-ms-visibility: "important"
Patches an existing socket of a charger.
Path Parameters
chargerId string required
Unique charger identifier.
socketId int32 required
Unique socket identifier.
application/json
Request Body
Details of the socket to update.
type string
maxPower string
status string
name string
deviceEvseId int32 nullable
deviceConnectorId int32 nullable
format string
socketPowerType string
maxWatts int32 nullable
maxVoltage int32 nullable
maxAmperage int32 nullable
phaseRotation string
termsAndConditions uri
chargingStationEvseId int32 nullable
Responses
- 200
- 400
- 401
Details of the updated socket.
application/json
Schema
Example (from schema)
Schema
type string
maxPower string
status string
id int32
name string
deviceEvseId int32 nullable
deviceConnectorId int32 nullable
format string
socketPowerType string
maxWatts int32 nullable
maxVoltage int32 nullable
maxAmperage int32 nullable
phaseRotation string
termsAndConditions uri
lastUpdated date-time
chargingStationEvseId int32 nullable
{
"type": "string",
"maxPower": "string",
"status": "string",
"id": 0,
"name": "string",
"deviceEvseId": 0,
"deviceConnectorId": 0,
"format": "string",
"socketPowerType": "string",
"maxWatts": 0,
"maxVoltage": 0,
"maxAmperage": 0,
"phaseRotation": "string",
"termsAndConditions": "string",
"lastUpdated": "2025-02-17T11:24:21.331Z",
"chargingStationEvseId": 0
}
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...