How to Create and Assign Tasks
How Do Tasks Operate?
Single Task
Example
curl -X POST 'https://api.eu.navixy.com/v2/task/create' \
-H 'Content-Type: application/json' \
-d '{
"hash": "22eac1c27af4be7b9d04da2ce1af111b",
"task": {
"tracker_id": 203190,
"location": {
"lat": 34.178868,
"lng": -118.599672,
"radius": 150
},
"label": "New devices to office",
"description": "16 new devices",
"from": "2021-03-16 12:00:00",
"to": "2021-03-16 14:00:00",
"max_delay": 60,
"min_stay_duration": 30
},
"create_form": false
}'Example Response
Route Task
Example
Example Response
Route Optimization
Example Request
Example Response
Association with Address
Last updated
Was this helpful?