cURL
curl --request POST \ --url https://api.traxes.io/connect/v1/entities/{entityId}/locations \ --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 }
Set up a Location for a given Entity by providing an address or its coordinates
Access Token Authentication
The id of the Entity
A request to modify the location of an Entity
The label
The latitude
The longitude
OK
The location of an Entity
The Id
Was this page helpful?