Attendance
Clock in (create entry)
Create a new attendance entry by clocking in the employee identified by the path. Returns the created entry ID.
post/attendance/employees/{employeeId}/entries/clock-in
Path parameters
employeeIdstring required
The employee ID to clock in (e.g. from kiosk or badge identification)
Request body
Example request
{
"clockInTime": "2026-01-26T09:00:00"
}Response
Clock-in recorded; returns the new entry ID