create_calendar_year
Create a Bexio calendar year with VAT subject, accounting type/method, annual reporting, and default tax IDs for income and expense.
Instructions
Create calendar year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | The year for which we want to create an entry. It is possible to create years 10 years ahead and higher than 2016 year. If it is a future year, we generate all in between with the settings the user has chosen. | |
| is_vat_subject | No | Determines if the calendar year is vat subjected or not. | |
| is_annual_reporting | No | Determines if the calendar year has annual reporting enabled. | |
| vat_accounting_type | No | Vat accounting type. | |
| default_tax_income_id | No | Determine default tax ID for income. References a [tax object](#operation/ListTaxes) | |
| vat_accounting_method | No | Vat accounting method. | |
| default_tax_expense_id | No | Determine default tax ID for expense. Tax ID is not required if the client has the plan bexio mini. In this case, the year is created with the tax ID from the previous year. References a [tax object](#operation/ListTaxes). |