Skip to main content

Update location of chargers in an existing integration between customer and third party

x-ms-visibility: "important"

Use this endpoint to update location data. This can be used only for the locations that are not connected to any site. Add only changed properties to the request body.

Path Parameters
    integrationId string required

    Unique identifier for the integration

Request Body

Request body with the location data to be updated to the integration

    id string
    name string
    publish boolean nullable
    publishAllowedTo object[]
  • Array [
  • uid string
    type string

    Possible values: [AD_HOC_USER, APP_USER, OTHER, RFID]

    Default value: AD_HOC_USER

    visualNumber string
    issuer string
    groupId string
  • ]
  • address string
    city string
    postalCode string
    state string
    country string
    coordinates object
    latitude string
    longitude string
    relatedLocations object[]
  • Array [
  • latitude string
    longitude string
    name object
    language string
    text string
  • ]
  • parkingType string nullable

    Possible values: [ALONG_MOTORWAY, PARKING_GARAGE, PARKING_LOT, ON_DRIVEWAY, ON_STREET, UNDERGROUND_GARAGE, OTHER, UNKNOWN]

    Default value: ALONG_MOTORWAY

    directions object[]
  • Array [
  • language string
    text string
  • ]
  • suboperator object
    name string
    website uri
    logo object
    url uri
    thumbnail uri
    category string

    Possible values: [CHARGER, ENTRANCE, LOCATION, NETWORK, OPERATOR, OTHER, OWNER]

    Default value: CHARGER

    type string
    width int32
    height int32
    owner object
    name string
    website uri
    logo object
    url uri
    thumbnail uri
    category string

    Possible values: [CHARGER, ENTRANCE, LOCATION, NETWORK, OPERATOR, OTHER, OWNER]

    Default value: CHARGER

    type string
    width int32
    height int32
    facilities string[]

    Possible values: [HOTEL, RESTAURANT, CAFE, MALL, SUPERMARKET, SPORT, RECREATION_AREA, NATURE, MUSEUM, BIKE_SHARING, BUS_STOP, TAXI_STAND, TRAM_STOP, METRO_STATION, TRAIN_STATION, AIRPORT, PARKING_LOT, CARPOOL_PARKING, FUEL_STATION, WIFI]

    timezone string
    openingTimes object
    twentyfourseven boolean
    regularHours object[]
  • Array [
  • weekday int32
    periodBegin string
    periodEnd string
  • ]
  • exceptionalOpenings object[]
  • Array [
  • periodBegin date-time
    periodEnd date-time
  • ]
  • exceptionalClosings object[]
  • Array [
  • periodBegin date-time
    periodEnd date-time
  • ]
  • chargingWhenClosed boolean nullable
    images object[]
  • Array [
  • url uri
    thumbnail uri
    category string

    Possible values: [CHARGER, ENTRANCE, LOCATION, NETWORK, OPERATOR, OTHER, OWNER]

    Default value: CHARGER

    type string
    width int32
    height int32
  • ]
  • locationEnergyMix object
    isGreenEnergy boolean
    energySources object[]
  • Array [
  • source string

    Possible values: [NUCLEAR, GENERAL_FOSSIL, COAL, GAS, GENERAL_GREEN, SOLAR, WIND, WATER]

    Default value: NUCLEAR

    percentage float
  • ]
  • environImpact object[]
  • Array [
  • category string

    Possible values: [NUCLEAR_WASTE, CARBON_DIOXIDE]

    Default value: NUCLEAR_WASTE

    amount float
  • ]
  • supplierName string
    energyProductName string
Responses

Returns the ok message

Loading...