Create a new charger to the system
x-ms-visibility: "important"
Use this endpoint to add a new charger to the system
Path Parameters
chargerId string required
This is globally an unique ID for the charger
groupId int32 required
This is globally an unique ID for the site
application/json
Request Body
- Array [
- ]
chargerName string
locationInfo object
latitude double
longitude double
streetAddress string nullable
streetNumber string
houseLetter string nullable
postalNumber string
city string nullable
area string nullable
country string nullable
pushIntegrationEnabled boolean
chargerSpecificMessageStructure boolean
sockets object[]
type string
maxPower string
Deprecated
status string
name string
id int32
format string
socketPowerType string
maxWatts int32 nullable
maxVoltage int32 nullable
maxAmperage int32 nullable
termsAndConditions uri
evseId string
Syntax according to eMI3 standard, for example: FRA23E45B*78C
splitEvseBySocket boolean
Default value: false
if false, EVSE UID = chargerId; if true, EVSE UID = chargerId + socketId
capabilities string[]
integrationRelays string[]
Responses
- 200
- 400
- 401
Returns the ok message and created chargerId
text/plain
Schema
Schema
string
Errors in the route parameters
text/plain
Schema
Schema
string
Check your API key and clientId
Loading...