Back to Time Registration

POST Method Details for UpdateHoursAbsence.

Update hours for absence registration

Definition

https://app[x].timelog.com/[account name]/api/v{version}/time-registration/update-hours-absence

Parameters

  • model object New hour information
    • AdditionalComment string Gets or sets the additional comment.
    • Comment string Gets or sets the comment.
    • Date string Gets or sets the date of the time registration.
    • Hours number Gets or sets the hours.
    • Minutes integer Gets or sets the minutes.
    • TimeRegistrationID integer Gets or sets the time registration identifier.
    {
      "AdditionalComment": "",
      "Comment": "",
      "Date": "2024-04-25T00:00:00+00:00",
      "Hours": 0.0,
      "Minutes": 0,
      "TimeRegistrationID": 0
    }
  • version string The requested API version

Returns

  • [200] Absence registration was updated
  • [401] Invalid authentication token
  • [500] Time registration does not exist