time_update
Edit or delete one time entry. Set delete: true to delete. Otherwise pass only the fields to change. Hours and rate cannot change while the entry is on an issued invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Time entry id. | |
| rate | No | New hourly rate; empty string clears it. | |
| dealId | No | Deal UUID. Fills in the deal's contact and company automatically. | |
| delete | No | Delete the entry. | |
| billable | No | ||
| duration | No | New duration. | |
| companyId | No | Company UUID the time is for. | |
| contactId | No | Contact UUID the time is for. | |
| startedAt | No | New ISO 8601 start. | |
| description | No |