Allows you to retrieve Tax Rates

GET {{baseUrl}}/TaxRates?where=<string>&order=<string>&TaxType=<string>

Request Params

KeyDatatypeRequiredDescription
wherestringFilter by an any element
orderstringOrder by an any element
TaxTypestringFilter by tax type

HEADERS

KeyDatatypeRequiredDescription
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Id&quot;:&quot;455d494d-9706-465b-b584-7086ca406b27&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1555086839841)/&quot;,&quot;TaxRates&quot;:[{&quot;Name&quot;:&quot;15% GST on Expenses&quot;,&quot;TaxType&quot;:&quot;INPUT2&quot;,&quot;ReportTaxType&quot;:&quot;INPUT&quot;,&quot;CanApplyToAssets&quot;:true,&quot;CanApplyToEquity&quot;:true,&quot;CanApplyToExpenses&quot;:true,&quot;CanApplyToLiabilities&quot;:true,&quot;CanApplyToRevenue&quot;:false,&quot;DisplayTaxRate&quot;:15.0,&quot;EffectiveRate&quot;:15.0,&quot;Status&quot;:&quot;ACTIVE&quot;,&quot;TaxComponents&quot;:[{&quot;Name&quot;:&quot;GST&quot;,&quot;Rate&quot;:15.0,&quot;IsCompound&quot;:false,&quot;IsNonRecoverable&quot;:false}]},{&quot;Name&quot;:&quot;15% GST on Income&quot;,&quot;TaxType&quot;:&quot;OUTPUT2&quot;,&quot;ReportTaxType&quot;:&quot;OUTPUT&quot;,&quot;CanApplyToAssets&quot;:true,&quot;CanApplyToEquity&quot;:true,&quot;CanApplyToExpenses&quot;:false,&quot;CanApplyToLiabilities&quot;:true,&quot;CanApplyToRevenue&quot;:true,&quot;DisplayTaxRate&quot;:15.0,&quot;EffectiveRate&quot;:15.0,&quot;Status&quot;:&quot;ACTIVE&quot;,&quot;TaxComponents&quot;:[{&quot;Name&quot;:&quot;GST&quot;,&quot;Rate&quot;:15.0,&quot;IsCompound&quot;:false,&quot;IsNonRecoverable&quot;:false}]},{&quot;Name&quot;:&quot;GST on Imports&quot;,&quot;TaxType&quot;:&quot;GSTONIMPORTS&quot;,&quot;ReportTaxType&quot;:&quot;GSTONIMPORTS&quot;,&quot;CanApplyToAssets&quot;:false,&quot;CanApplyToEquity&quot;:false,&quot;CanApplyToExpenses&quot;:false,&quot;CanApplyToLiabilities&quot;:true,&quot;CanApplyToRevenue&quot;:false,&quot;DisplayTaxRate&quot;:0.0,&quot;EffectiveRate&quot;:0.0,&quot;Status&quot;:&quot;ACTIVE&quot;,&quot;TaxComponents&quot;:[{&quot;Name&quot;:&quot;GST&quot;,&quot;Rate&quot;:0.0,&quot;IsCompound&quot;:false,&quot;IsNonRecoverable&quot;:false}]},{&quot;Name&quot;:&quot;No GST&quot;,&quot;TaxType&quot;:&quot;NONE&quot;,&quot;ReportTaxType&quot;:&quot;NONE&quot;,&quot;CanApplyToAssets&quot;:true,&quot;CanApplyToEquity&quot;:true,&quot;CanApplyToExpenses&quot;:true,&quot;CanApplyToLiabilities&quot;:true,&quot;CanApplyToRevenue&quot;:true,&quot;DisplayTaxRate&quot;:0.0,&quot;EffectiveRate&quot;:0.0,&quot;Status&quot;:&quot;ACTIVE&quot;,&quot;TaxComponents&quot;:[{&quot;Name&quot;:&quot;GST&quot;,&quot;Rate&quot;:0.0,&quot;IsCompound&quot;:false,&quot;IsNonRecoverable&quot;:false}]},{&quot;Name&quot;:&quot;Zero Rated&quot;,&quot;TaxType&quot;:&quot;ZERORATED&quot;,&quot;ReportTaxType&quot;:&quot;OUTPUT&quot;,&quot;CanApplyToAssets&quot;:false,&quot;CanApplyToEquity&quot;:false,&quot;CanApplyToExpenses&quot;:false,&quot;CanApplyToLiabilities&quot;:true,&quot;CanApplyToRevenue&quot;:true,&quot;DisplayTaxRate&quot;:0.0,&quot;EffectiveRate&quot;:0.0,&quot;Status&quot;:&quot;ACTIVE&quot;,&quot;TaxComponents&quot;:[{&quot;Name&quot;:&quot;GST&quot;,&quot;Rate&quot;:0.0,&quot;IsCompound&quot;:false,&quot;IsNonRecoverable&quot;:false}]}]}