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
    status string
    name string
    deviceEvseId int32 nullable
    deviceConnectorId int32 nullable
    format string
    socketPowerType string
    phaseRotation string
    termsAndConditions uri
    chargingStationEvseId int32 nullable
    parkingPlace string
    powerRatings object[]
  • Array [
  • voltage int32
    amperage int32
    watts int32
    description string
  • ]
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
    powerRatings object[]
  • Array [
  • voltage int32
    amperage int32
    watts int32
    description string
  • ]
  • phaseRotation string
    termsAndConditions uri
    lastUpdated date-time
    chargingStationEvseId int32 nullable
    parkingPlace string
Loading...