Name | Type | Description | Notes |
---|---|---|---|
active | bool | Whether the project is active or archived | [optional] |
auto_estimates | bool | Whether estimates are based on task hours, optional, premium feature | [optional] |
billable | bool | Whether the project is set as billable, optional, premium feature | [optional] |
cid | int | Client ID, legacy | [optional] |
client_id | int | Client ID, optional | [optional] |
client_name | str | Client name, optional | [optional] |
color | str | Project color | [optional] |
currency | str | Project currency, optional, premium feature | [optional] |
end_date | str | End date of a project timeframe | [optional] |
estimated_hours | int | Estimated hours, optional, premium feature | [optional] |
fixed_fee | float | Project fixed fee, optional, premium feature | [optional] |
is_private | bool | Whether the project is private or not | [optional] |
name | str | Project name | [optional] |
rate | float | Hourly rate, optional, premium feature | [optional] |
rate_change_mode | str | Rate change mode, optional, premium feature. Can be "start-today", "override-current", "override-all" | [optional] |
recurring | bool | Project is recurring, optional, premium feature | [optional] |
recurring_parameters | ProjectRecurringParameters | Project recurring parameters, optional, premium feature | [optional] |
start_date | str | Start date of a project timeframe | [optional] |
template | bool | Project is template, optional, premium feature | [optional] |
template_id | int | Template ID, optional | [optional] |