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
Response
Success.
The location information was updated
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"
}