Assigning employee to tracker
API calls for assigning employee ("driver") to a device and reading who is already assigned.
API actions
assign
Parameters
name
description
type
format
Examples
curl -X POST 'https://api.eu.navixy.com/v2/tracker/employee/assign' \
-H 'Content-Type: application/json' \
-d '{"tracker_id": 123456, "new_employee_id": 12345, "hash": "a6aa75587e5c59c32d347da438505fc3"}'https://api.eu.navixy.com/v2/tracker/employee/assign?tracker_id=123456&new_employee_id=12345&hash=a6aa75587e5c59c32d347da438505fc3Response
{
"success": true
}Errors
read
Parameters
name
description
type
format
Examples
Response
Errors
Last updated
Was this helpful?