Changing Employee Statuses
Create
Example Request to Create a Working Status List
curl -X POST 'https://api.eu.navixy.com/v2/status/listing/create' \
-H 'Content-Type: application/json' \
-d '{
"hash": "22eac1c27af4be7b9d04da2ce1af111b",
"listing": {
"label": "Delivery_service",
"employee_controlled": true,
"supervisor_controlled": true
}
}'Example Response
{
"success": true,
"id": 1111
}Example Request to Add a Working Status
Example Response
Assign
Example Request to Assign a Status List to a Tracker
Example Response
Usage
Last updated
Was this helpful?