Update Hour Entry

Partially updates a time tracking hour entry identified by its ID. Only the fields present in the body are changed; the rest retain their prior values. Moving the entry to a date in a different pay period updates the returned timesheetId.

OAuth Scopes: time_tracking:timesheets.write

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The hour entry ID.

Body Params

Request body for partially updating a time tracking hour entry. All fields are optional, but at least one must be provided. employeeId is not mutable.

date

Calendar date the hours are attributed to. Must fall inside an existing pay period for the entry's employee.

float

Hours worked on this date. Must be greater than zero.

Free-text note describing the work. Pass null to clear.

Project the hours were logged against. Pass null to clear.

Task within the project. Pass null to clear.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json