Update Time Entry

Updates the time entry with the given id.

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

An external identifier for your reference for this record. Must be unique for a record of this type. Not used by Operating.

string

The date this time entry happened on.

string

The id of the person this time entry is for.

string

The id of the project this time entry is for.

boolean

Whether this time entry is invoiced.

Id of the task this time entry is related to. If the task isn't yet assigned to the project, it will be assigned automatically.

integer
-2147483648 to 2147483647

The number of seconds spent on this time entry.

A description of the work done. Also called 'Note' in the application.

object | null

The source hourly billable rate for this time entry. amount is the numerical value and currency is the ISO 4217 code for the currency. E.g. { amount: 150, currency: 'USD' } means a rate of $150/hour.

For example, a time entry of 3 hours (10800 seconds) with a rate of { amount: 150, currency: 'USD' } results in a total of $450 billable amount.

The id of the site this time entry is for. Only relevant if tracking locations for time entries is enabled in the settings.

The id of the position this time entry relates to. Auto-assigned when there is exactly one relevant position for the person on the project.

Responses

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