Skip to main content
PATCH
Update time entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

timeEntryId
string<uuid>
required

The UUID of the time entry.

Body

application/json

Partial update parameters for a time entry. Only specified fields will be updated.

external_id
string | null

Update the external identifier.

service_id
string<uuid>

Update the associated service.

customer_id
string<uuid> | null

Update the customer. Set to null to remove customer association.

date
string<date>

Update the date.

duration_minutes
integer

Update the duration in minutes.

billable
boolean

Update billable status.

description
string | null

Update the description.

invoice_line_item_id
string<uuid> | null

Link or unlink the time entry from an invoice line item.

memo
string | null

Update the memo.

metadata
object | null

Update the custom metadata.

Response

Time entry updated successfully.

data
object
required