post
https://api.hibob.com/v1/attendance/entries
Create one or more attendance entries (time log entries) for employees. Entries must match the reporting method (duration or start-end) and rules of the attendance policy linked to the employee.
Before using this endpoint
- Read the Explore Attendance API for concepts, usage, rate limits, and permissions.
- Maximum 100 entries per request.
- Reporting method:
- Duration: Use when you only need to log a total amount of time for a day. Send
clockInDate(YYYY-MM-DD) andduration(minutes). Maximum 24 hours - Start-end: Use when you know the actual start and end times. Send
clockInTime(timestamp that includes the date) and optionallyclockOutTime. The entry date is taken fromclockInTime.
- Duration: Use when you only need to log a total amount of time for a day. Send
- Cross-midnight:
clockInTimeandclockOutTimemust be on the same date. Sending an entry where clock-out is on another day than clock-in will return an error. Split cross-midnight work into two entries: one ending at 23:59 and one starting at 00:00 the next day.
