Taxes
FreshBooks allows you to store your previously used taxes to re-apply conveniently.
Access Requirements
Includes
There are no includes for taxes.
Filters
Filter Type | Name | Field | Description |
|---|---|---|---|
Equals | taxid | taxid | matches exact taxid |
In | taxids | taxid | matches list of taxids, one specified per query arg |
Like | name | name | name containing parameter |
Like | number | number | number containing parameter |
Bool | compound | compound | true returns compound taxes, false returns non-compound taxes |
Between | updated_min | updated | updated date greater than or equal to parameter, YYYY-MM-DD format |
Between | updated_max | updated | updated date less than parameter, YYYY-MM-DD format |
Field Descriptions
underlined fields are required on creation
Field | Type | Description |
|---|---|---|
accounting _systemid | string | unique identifier of business tax exists on |
updated | datetime | date object was last updated, YYYY-MM-DD HH:MM:SS format |
name | string | identifiable name for your tax, e.g. "GST" |
number | string | an external number that identifies your tax submission |
taxid | int | unique identifier of this tax within this business |
amount | decimal | string-decimal representing percentage value of tax |
compound | boolean | compound taxes are calculated on top of primary taxes |
id | int | unique id to look this tax up later |