Skip to main content

Batch create sites, chargers, drivers and rfid tags

x-ms-visibility: "important"
deprecated

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

Batch create sites, chargers, drivers and rfid tags

Request Body required

The batch create request

    sites object[]
  • Array [
  • id string
    groupName string
    publicName string
    streetAddress string
    city string
    postalNumber string
    country string
    latitude double nullable
    longitude double nullable
    timezone string
    chargers object[]
  • Array [
  • 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[]
  • Array [
  • id string
    name string
    siteIds string[]
    chargerIds string[]
    rfids object[]
  • Array [
  • idTag string
    tokenName string
    startDate date-time nullable
    expiringDate date-time
  • ]
  • ]
Responses

No description

Loading...