VAT Codes
VAT code and rate endpoints
List VAT codes
Retrieves all VAT codes for your company, sorted by VAT code. VAT codes
define the rate and booking principle used to calculate VAT on journal
entries — pass a VAT code's id as vatCodeId on a journal-entry or
draft-journal-entry line to apply it.
Each code also carries the ledger account (and contra account) the VAT amount is booked to. Results are cached for 5 seconds.
Required Scope
vat-codes-read
List VAT codes › Responses
List of VAT codes and rates for the company
idThe unique identifier of the VAT code
vatCodeVAT code identifier
nameName/description of the VAT code
vatRateVAT rate percentage
typeVAT type
principleVAT principle - Gross (VAT included) or Net (VAT excluded)
accountToBookIdThe ledger account ID to book VAT to
accountToBookNumberThe ledger account number to book VAT to
accountToBookNameThe ledger account name to book VAT to
contraAccountToBookIdThe contra account ID for VAT entries
contraAccountToBookNumberThe contra account number for VAT entries
contraAccountToBookNameThe contra account name for VAT entries