v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Locations

Updates a location details

Updates the location locationId details. A location consists of latitude/longitude coordinate pair and/or geofenceId. A name, description, and address of the location may be provided. The old location definition will be replaced, meaning that full location body should be provided. After a successful update, the response provides the updated location details.

put/locations/v4/{locationId}

Request body

OR

Response

Success.

The location information was updated

descriptionstring

Description of the location.

externalLocationIdstring

External location id in external cloud

geofenceIdstring uuid

Optional geofenceId associated with the location. Has to match an existing geofenceId.

locationIdstring required

Location ID

namestring

Name of the location.

Example response

{
  "description": "Rostock Port Hafenbecken C",
  "geofenceId": "57713e50-194e-4803-8ca6-1e794e916094",
  "location": {
    "lat": 54.155147,
    "lng": 12.12204
  },
  "locationId": "LOC-61a3fba0-cb44-405f-816c-c2aec73a1add",
  "name": "Rostock Port"
}