Update chargers in a location
x-ms-visibility: "important"
Adds or updates chargers in a location with the provided chargers.
Path Parameters
integrationId string required
Integration ID
locationId string required
Location ID
application/json
Request Body required
Details for the chargers
- Array [
- Array [
- ]
- ]
chargers object[]
chargerId string
sockets object[]
socketId int32
tariffIds string[]
Responses
- 200
- 400
- 401
Updated location with added/updated chargers
application/json
Schema
Example (from schema)
Schema
chargerIds string[]
{
"chargerIds": [
"string"
]
}
Validation error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Loading...