Allows you to retrieve Tax Rates
GET {{baseUrl}}/TaxRates?where=<string>&order=<string>&TaxType=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
where | string | Filter by an any element | |
order | string | Order by an any element | |
TaxType | string | Filter by tax type |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant |
RESPONSES
status: OK
{"Id":"455d494d-9706-465b-b584-7086ca406b27","Status":"OK","ProviderName":"Provider Name Example","DateTimeUTC":"/Date(1555086839841)/","TaxRates":[{"Name":"15% GST on Expenses","TaxType":"INPUT2","ReportTaxType":"INPUT","CanApplyToAssets":true,"CanApplyToEquity":true,"CanApplyToExpenses":true,"CanApplyToLiabilities":true,"CanApplyToRevenue":false,"DisplayTaxRate":15.0,"EffectiveRate":15.0,"Status":"ACTIVE","TaxComponents":[{"Name":"GST","Rate":15.0,"IsCompound":false,"IsNonRecoverable":false}]},{"Name":"15% GST on Income","TaxType":"OUTPUT2","ReportTaxType":"OUTPUT","CanApplyToAssets":true,"CanApplyToEquity":true,"CanApplyToExpenses":false,"CanApplyToLiabilities":true,"CanApplyToRevenue":true,"DisplayTaxRate":15.0,"EffectiveRate":15.0,"Status":"ACTIVE","TaxComponents":[{"Name":"GST","Rate":15.0,"IsCompound":false,"IsNonRecoverable":false}]},{"Name":"GST on Imports","TaxType":"GSTONIMPORTS","ReportTaxType":"GSTONIMPORTS","CanApplyToAssets":false,"CanApplyToEquity":false,"CanApplyToExpenses":false,"CanApplyToLiabilities":true,"CanApplyToRevenue":false,"DisplayTaxRate":0.0,"EffectiveRate":0.0,"Status":"ACTIVE","TaxComponents":[{"Name":"GST","Rate":0.0,"IsCompound":false,"IsNonRecoverable":false}]},{"Name":"No GST","TaxType":"NONE","ReportTaxType":"NONE","CanApplyToAssets":true,"CanApplyToEquity":true,"CanApplyToExpenses":true,"CanApplyToLiabilities":true,"CanApplyToRevenue":true,"DisplayTaxRate":0.0,"EffectiveRate":0.0,"Status":"ACTIVE","TaxComponents":[{"Name":"GST","Rate":0.0,"IsCompound":false,"IsNonRecoverable":false}]},{"Name":"Zero Rated","TaxType":"ZERORATED","ReportTaxType":"OUTPUT","CanApplyToAssets":false,"CanApplyToEquity":false,"CanApplyToExpenses":false,"CanApplyToLiabilities":true,"CanApplyToRevenue":true,"DisplayTaxRate":0.0,"EffectiveRate":0.0,"Status":"ACTIVE","TaxComponents":[{"Name":"GST","Rate":0.0,"IsCompound":false,"IsNonRecoverable":false}]}]}