This endpoint is responsible for updating attendance data for the company employees. Attributes are not required and if not specified, the current value will be used. It is not possible to change the employee id.

Patch body example:

{
  "date": "2018-09-05",
  "start_time": "08:00",
  "end_time": "11:00",
  "break": 15,
  "comment": "Some comment"
}
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!