Skip to main content

Add the charger to the DLM group

x-ms-visibility: "important"
deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Sends a request to add the charger to the DLM group specified by its groupid. If the charger already belongs to a DLM group, the group will be updated.

Path Parameters
    dlmGroupid int64 required

    This is the globally unique ID for the group

    chargerId string required

    This is the globally unique ID for the charger

Responses

The charger has been added correctly to the DLM group

POST /dlm/group/:dlmGroupid/charger/:chargerId

Authorization

name: codetype: apiKeyin: query

Request

Base URL
https://api.emabler.net/api
apiKey — auth required
code in query
customerKey — auth required
clientId in query
dlmGroupid — path required
chargerId — path required
curl / cURL
curl -L -X POST 'https://api.emabler.net/api/dlm/group/:dlmGroupid/charger/:chargerId' \
-H 'Content-Type: text/plain' \
-H 'Accept: text/plain'