Attendance
Clock out
Record clock-out for the employee identified by the path. Updates the most recent open clock-in entry for that employee with the given clock-out time. Returns the updated entry ID.
patch/attendance/employees/{employeeId}/entries/clock-out
Path parameters
employeeIdstring required
The employee ID to clock out (e.g. from kiosk or badge identification)
Request body
Example request
{
"clockOutTime": "2026-01-26T17:30:00"
}Response
Clock-out recorded; returns the entry ID