Add Timesheet Clock-Out Entry

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"
    }
  }
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!