post
https://api.hibob.com/v1/attendance/entries
Error handling
Pay attention to the following error when creating attendance entries:
- Error: 400 Bad Request
- Error message:
exception.attendance.entry.overlap - Description: One or more attendance entries in the request overlap with existing attendance entries for the employee.
- How to handle: Do not retry the request. Review the attendance entries being submitted and ensure that duplicate or overlapping entries are not sent
This error indicates a validation issue rather than a temporary failure. Retrying the same request will produce the same result unless the conflicting attendance entries are corrected or removed.
