Skip to main content
API

Connect charger to Express

x-ms-visibility: "important"

Send a request to connect charger to 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 added in Express. Urlkey is mandatory.

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

Returns added charger


Schema
    chargerId string
    urlKey string
Loading...