Xero Accounting Endpoint: TaxRatesTable

Overview

The Xero TaxRatesTable endpoint allows you to access the list of tax rates defined within Xero.

Note this endpoint is an alternate format of the TaxRates endpoint. It provides a format that can more easily integrate with Tableau, SSIS and Azure Data Factory.


Fields

The following fields are available for the TaxRatesTable endpoint.

TaxType
A text field that provides the unique tax type.
This field can be used to link to other endpoints.
See TaxTypes for more information.
Name
A text field provides the name of the tax rate.
Status
A text field that indicates the status of the account.
Possible values are:
  • ACTIVE: Indicate the tax rate can be used on transaction.
  • ARCHIVE: Indicates the tax rate cannot be used on transaction any longer but may have had historical transactions.
  • DELETED: Indicates the tax rate has been deleted and no longer exists.
ReportTaxType
A text field that indicates the more detailed tax type of a tax rate.
Possible values are are dependant on the region of your Xero Data File. See ReportTaxTypes for more information.
CanApplyToAssets
A true/false value that indicates if this tax rate can apply to asset accounts.
CanApplyToEquity
A true/false value that indicates if this tax rate can apply to equity accounts.
CanApplyToExpenses
A true/false value that indicates if this tax rate can apply to expense accounts.
CanApplyToLiabilities
A true/false value that indicates if this tax rate can apply to liability accounts.
CanApplyToRevenue
A true/false value that indicates if this tax rate can apply to revenue accounts.
DisplayTaxRate
A decimal field that provides the tax rate for display purposes.
EffectiveRate
A decimal field that provides the effecive tax rate for calculation purposes.
TaxComponentName
A text field provides the name of the tax component.
TaxComponentRate
A decimal field that provides the tax rate for calculation purposes for this tax component.
TaxComponentIsCompound
A true/false value that indicates if this tax rate is compounded (e.g. tax-on-tax).
TaxComponentIsNonRecoverable
A true/false value that indicates if this tax rate is non-recoverable (Canada Only).


Xero API

For a detailed run through of the endpoint, you can see the Xero API.


Related Fields

TaxTypes
ReportTaxTypes


Related Endpoints

BankTransactionsExpanded
Contacts
ContactsExpanded
CreditNotesExpanded
InvoicesExpanded
JournalsAccrual
JournalsCash
ManualJournalsExpanded
OverpaymentsExpanded
PrepaymentsExpanded
PurchaseOrders
Quotes
RepeatingInvoices


Related Topics

Xero Accounting Models
Xero Accounting Endpoints