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.

Path Params
string
required

The employee ID to clock out (e.g. from kiosk or badge identification)

Body Params

Request body for clock-out when using PATCH /attendance/employees/{employeeId}/entries/clock-out (employeeId is in the path).

date-time
required

Clock-out as a timestamp (date + time) in date-time format (e.g. ISO 8601). The date part of the timestamp must be the current date; past or future dates cause the request to fail. An open clock-in for this employee must already exist (see clock-in endpoint).

Responses

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