Batch create sites, chargers, drivers and rfid tags
x-ms-visibility: "important"
Batch create sites, chargers, drivers and rfid tags
application/json
Request Body required
The batch create request
- Array [
- Array [
- ]
- ]
- Array [
- Array [
- ]
- ]
sites object[]
id string
groupName string
publicName string
streetAddress string
city string
postalNumber string
country string
latitude double nullable
longitude double nullable
timezone string
chargers object[]
siteId string
chargerId string
chargerName string
streetAddress string
streetNumber string
houseLetter string
city string
postalNumber string
area string
country string
latitude double nullable
longitude double nullable
parentId string
existingParentId string
drivers object[]
id string
name string
siteIds string[]
chargerIds string[]
rfids object[]
idTag string
tokenName string
startDate date-time nullable
expiringDate date-time
Responses
- 200
- 400
- 401
No description
Exception Details
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 authorised
Loading...