patch
https://api.hibob.com/v1/attendance/employees//entries
Update one or more attendance entries (time log entries) for a specific employee. Only provided fields are updated. Entries must match the reporting method (duration or start-end) and rules of the attendance policy linked to the employee. Update is scoped per employee to keep authorization, validation (such as overlaps or locked days), and transactional boundaries simple and safe, since those rules are typically employee-centric.
- Each item must include the entry
idfield to identify the entry to update. - Maximum 100 entries per request.
- Read-only fields:
employeeId,clockInDate,type. - Reporting method:
- Duration: Update
duration, maximum 24 hours.. - Start-end: Update
clockInTimeand/orclockOutTime(timestamps). - Start-end (cross-midnight):
clockInTimeandclockOutTimemust be on the same date. If clock-out is on another day, the API returns an error. Split into two entries: one till 23:59 and one from 00:00 the next day.
- Duration: Update
200Attendance entries updated successfully
