Tasks
Tasks in Freshbooks represent services that your business offers to clients. Tasks are used to keep track of details of the service such as name and hourly rate.
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier of the task. |
| Name | String | The name of the task. |
| UpdatedAt | Datetime | The Date/Time the task was last updated |
| Description | String | The description of the task. |
| RateAmount | Decimal | The hourly amount charged for the task. |
| RateCode | String | The currency of the rate. |
| Billable | Boolean | True if the task is billable. |
| Tax1 | Decimal | Amount of first tax. |
| Tax2 | Decimal | Amount of second tax. |
| VisState | Integer | 0 marks the task as active, 1 if inactive. |