Bulk create 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.

Body Params

items
array
required
length between 1 and 100
Defaults to [object Object]
items*

Attendance entry create item using start-end reporting (clock-in and optional clock-out).

string
enum
required
Allowed:
fields
object
required
request_metadata
object
Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json