cURL
curl --request PATCH \ --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/locations/{locationId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "label": "<string>", "latitude": 123, "longitude": 123 }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "label": "<string>", "latitude": 123, "longitude": 123 }
Update just the label or all details of a Location for a given Entity
Access Token Authentication
The id of the Entity
The id of the location
The location
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?