post https://api.bamboohr.com/api/gateway.php//v1/time_tracking/employees//clock_out
Clock out an employee.
Example Response
{
"id": 37,
"employeeId": 11718,
"type": "clock",
"date": "2023-06-23",
"start": "2023-06-23T17:20:00+00:00",
"end": "2023-06-23T20:20:00+00:00",
"timezone": "America/Halifax",
"hours": 3,
"note": "Working on project A.",
"projectInfo": {
"project": {
"id": 10,
"name": "Project A"
},
"task": {
"id": 24,
"name": "Task 1"
}
}
}