Tax Rates

Tax rate objects allow you to apply different tax rates to items that can be invoiced.

You can retrieve individual tax rates as well as a list of all your tax rates.

Tax Rate

PropertyTypeRequiredDescription
namestringtrueThe name of the tax rate in hand.
codestringfalseA unique code to identify the tax rate.
typestringfalseThe type of the tax rate.
ratenumbertrueThe rate of the tax rate. It will be automatically calculated based on the percentage rate of the components.
componentsTaxRateComponenttrueA list of tax rate components. Each tax rate component needs to have a name and rate of its own.

Tax Rate Component

PropertyTypeRequiredDescription
namestringfalseThe name of the tax rate component.
ratenumbertrueThe rate of the tax rate component.