Partially updates a time entry. Only the fields provided in the request body will be updated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The UUID of the business
The UUID of the time entry
Partial update parameters for a time entry. Only specified fields will be updated.
Update the external identifier
Update the associated service
Update the customer. Set to null to remove customer association.
Update the date
Update the duration in minutes
Update billable status
Update the description
Link or unlink the time entry from an invoice line item
Update the memo
Update the custom metadata
Time entry updated successfully
The unique identifier of the time entry
The UUID of the business this time entry belongs to
The service this time entry is associated with
The date the work was performed
Duration of the time entry in minutes
Whether this time entry is billable
Timestamp when the time entry was created
Timestamp when the time entry was last updated
An optional external identifier for the time entry
The customer this time entry is billed to (optional)
Description of the work performed
The invoice line item ID if this time entry has been invoiced
Optional memo or notes
Custom metadata
Timestamp when deleted, or null if not deleted