UpdateTimeRecordingSettingsRequest
Request to update time recording settings for the tenant
Properties
| Name | Type | Description |
|---|---|---|
| timeTrackingEnabled | boolean | Whether time tracking is enabled for this tenant |
Whether time tracking is enabled for this tenant | ||
| requireClientOrTask | boolean | When true, every time entry must be linked to a client or a task |
When true, every time entry must be linked to a client or a task | ||
| billableByDefault | boolean | When true, new time entries and timers start as billable |
When true, new time entries and timers start as billable | ||
| defaultHourlyRate | number | Default charge-out rate per hour for billable time entries, |
Default charge-out rate per hour for billable time entries, | ||
| defaultCostRate | number | Default cost rate per hour, used when the team member has no cost rate of their own. |
Default cost rate per hour, used when the team member has no cost rate of their own. | ||
| billingLineMode | enum | Combined PerEntry |
Combined PerEntry | ||
| autoTimerEnabled | boolean | When true, starting a workflow step (or a task with no workflow) starts a timer |
When true, starting a workflow step (or a task with no workflow) starts a timer | ||
JSON Example
{
"timeTrackingEnabled": false,
"requireClientOrTask": false,
"billableByDefault": false,
"defaultHourlyRate": 0,
"defaultCostRate": 0
}