/tasks/{task_gid}/time_tracking_entriesCreate a time tracking entry
Creates a time tracking entry on a task. Supply duration_minutes and use entered_on, attributable_to, billable_status, description, or categories to provide additional entry details. Fields requiring the Timesheets and Budgets add-on return a premium-access error when that add-on is unavailable.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Information for the time tracking entry to create.
A 400 is returned when a parameter or request value is missing or malformed. A 401 is returned when a valid authentication token is not provided, a 402 is returned when time tracking or a submitted premium field is unavailable on the domain's plan, and a 403 is returned when the authenticated user lacks access. A 404 is returned when the task or specified object does not exist, while a 500 indicates a server-side problem. duration_minutes must be greater than 0, billable_status must be one of billable, nonBillable, or notApplicable, and categories can contain at most one category.