TaxRates
Get one TaxRate
Retrieve a single TaxRate record by its Id.
GET
Get one TaxRate
A tax rate is a location-specific percentage applied to products, plans, booking rates, event tickets, and charges; it can also carry a VAT exemption reason for compliance integrations.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the TaxRate-Read role.Path Parameters
integer
required
The Id of the TaxRate record to retrieve.
Code Examples
Response
200
integer
ID of the location that owns this tax rate; tax-rate names must be unique within that location and can be used in other locations..
string
Required name used to identify this tax rate; it must be unique within the location..
number
Tax percentage applied to net amounts, expressed as a whole percentage; for example, enter 20 for 20%..
integer
Portuguese VAT exemption reason code used by compliance integrations; use None when no exemption code applies, otherwise select the applicable M-code.. See
eTaxExemptionReason enum values: 1 = None, 2 = M01, 3 = M02, 4 = M04, 5 = M05, 6 = M06, 7 = M07, 8 = M09, 9 = M10, 10 = M11, 11 = M12, 12 = M13, 13 = M14, 14 = M15, 15 = M16, 16 = M19, 17 = M20, 18 = M21, 19 = M25, 20 = M26, 21 = M30, 22 = M31, 23 = M32, 24 = M33, 25 = M34, 26 = M40, 27 = M41, 28 = M42, 29 = M43, 30 = M99.integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response