Skip to main content
API

Update charger and socket data in Express. Add only changed values.

x-ms-visibility: "important"

Send a request to update charger data in Express adhoc payment system.

Path Parameters
    chargerId string required

    This is globally an unique ID for the charger

Request Body required

Charger data that needs to be updated in Express adhoc payment system

    urlKey string
    chargerType string
    sockets object[]
  • Array [
  • connectorId int32 nullable
    priceId int64 nullable
  • ]
Responses

Returns chargerid of updated charger


Schema
    chargerId string
Loading...