Taxes API
Get a list of alles taxes defined by the user in his account
Description | Method | URL |
---|---|---|
Get all defined taxes | GET | /api/v1/taxes |
All attributes used for taxes
Attribute | Type | Note |
---|---|---|
percentageread only | integer | The tax percentage. There is an important difference between 0 and -1: 0 means "0% taxes", -1 means "No taxes" |
typeread only | string | The tax type. This can be: 'H': High tax rate 'L': Low tax rate 'Z': Zero tax rate 'N': No tax |
defaultread only | boolean | The percentage that is the default, is marked with true |