File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,8 @@ Additional fields just for companies of type customer:
166166
167167- ** currency\* ** – "EUR"
168168- ** identifier\* ** – "K-123" (only mandatory if not automatically assigned)
169- - ** customer_tax** – 19.0
169+ - ** customer_vat_code_id** – 123 (takes precedence over customer_tax)
170+ - ** customer_tax** – 19.0 (deprecated, when vat_code_id is set)
170171- ** default_invoice_due_days** – 20 (use ** invoice_due_days** to set a value for a company)
171172- ** debit_number** – 10000 if bookkeeping is enabled
172173
@@ -175,7 +176,8 @@ Additional fields just for companies of type supplier:
175176- ** bank_owner** – name of the account holder (if deviating from the supplier name)
176177- ** iban** – CH3908704016075473007
177178- ** bank_bic** – POFICHBEXXX
178- - ** supplier_tax** – 19.0
179+ - ** supplier_vat_code_id** – 123 (takes precedence over supplier_tax)
180+ - ** supplier_tax** – 19.0 (deprecated, when vat_code_id is set)
179181- ** default_invoice_due_days** – 20 (use ** invoice_due_days** to set a value for a company)
180182- ** credit_number** – 70000 if bookkeeping is enabled
181183
You can’t perform that action at this time.
0 commit comments