Requires scope: clock.
Registers a clock in moment for an employee.
Security
apiKey(Required scopes: clock)
- Mock serverhttps://beta-developer.dyflexis.com/_mock/openapi/api/clock/v3/clock-in
- Productionhttps://app.dyflexis.com/your-tenant/api/clock/v3/clock-in
curl -i -X POST \
https://beta-developer.dyflexis.com/_mock/openapi/api/clock/v3/clock-in \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"employeeId": 1,
"deviceId": "POS-FRONTDESK-01",
"dateTime": "2026-01-01T00:00:00Z",
"officeId": 1
}'