Skip to main content

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.

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

Details of the updated socket.


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
Loading...