v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Check-out an employee

This API helps you to check-out an employee.

You must specify the unique identifier of the employee as employee_id in the API request.

post/v1/employees/{employee_id}/checkout

Path parameters

employee_idstring required

Mandatory Unique 32-character identifier of the employee.

Response

200

is_employee_checked_outboolean
check_out_timestring

Example response

{
  "is_employee_checked_out": true,
  "check_out_time": "14:34:46"
}