Expense Categories
FreshBooks supplies Expense Categories to group expenses together to aid in expense tracking.
Access Requirements
Access | Requires Authorization |
|
Includes
Include Name | Description |
|---|---|
expense_usage_all_time | include expense usage across all time in category |
expense_usage_this_year | include expense usage across this year in category |
Filters
Filter Type | Name | Field | Description |
|---|---|---|---|
In | categoryids | categoryid | matches list of categoryids, one specified per query arg |
Like | name | category | category name containing parameter |
BooleanEquals | is_cogs | is_cogs | true/false cost of goods sold (DEPRECATED See update) |
BooleanEquals | is_editable | is_editable | true/false |
Equals | parentid | parentid | matches exact parentid |
Field Descriptions
Field | Type | Description |
|---|---|---|
category | string | name for this category, e.g. "Advertising" |
categoryid | int | unique to this business id for this category |
id | int | duplicate of categoryid |
is_editable | bool | true/false can be edited |
is_cogs | bool | true/false represents cost of goods sold (DEPRECATED See update) |
parentid | int | categorid of parent category |
vis_state | int | 0 for active, 1 for deleted |