Create or Update Timesheet Clock Entries

Creates or updates timesheet clock entries in bulk. Entries with an existing ID are updated; entries without an ID are created.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
entries
array of objects
required
length ≥ 1

Array of clock entries

entries*
integer
required

Unique identifier for the employee.

date
required

Date for the timesheet entry. Must be in YYYY-MM-DD format.

string
required

Start time for the timesheet entry. Local time for the employee. Must be in hh:mm 24 hour format.

string
required

End time for the timesheet entry. Local time for the employee. Must be in hh:mm 24 hour format.

integer

The ID of an existing timesheet entry. This can be specified to edit an existing entry.

integer

The ID of the project to associate with the timesheet entry.

integer

The ID of the task to associate with the timesheet entry.

string

Optional note to associate with the timesheet entry.

uuid | null

Optional break id to associate with the timesheet entry.

Responses

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