list_taxes
Fetch taxes from bexio with filters for active status, type, and date. Use to retrieve tax lists for invoicing and accounting.
Instructions
Fetch a list of taxes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Displays all taxes which are active at the date given | |
| limit | No | Limit the number of results (max is 2000) | |
| scope | No | Can be used to filter for active or inactive taxes | |
| types | No | Filter the types of the tax | |
| offset | No | Skip over a number of elements by specifying an offset value for the query |