Tax rates
List all versions of TaxRate
List all versions of TaxRate
GET
/
tax-rates
/
{id}
/
versions
Header
Path
curl --request GET \
--url https://eu.sequencehq.com/api/tax-rates/{id}/versions \
--header 'Authorization: <authorization>'
{
"items": [
{
"amount": "0.2",
"country": "GB",
"description": "Value Added Tax applied to sales in the UK",
"id": "d58bf2e3-7a5d-4900-8457-2521c6880f7d",
"invoiceName": "Value Added Tax",
"invoiceShortName": "VAT",
"isArchived": false,
"isPublished": false,
"name": "UK Sales Tax",
"region": "London",
"sequenceAccountId": "dce9ae85-d8d0-42b4-bcad-f221a64363c6",
"subRates": [],
"version": 0,
"versionId": "82ef6f1a-afc2-4a8d-b868-6d9c72bf395f"
}
],
"pagination": {
"after": "ZTMwOWU5NDgtMDg4ZS00ZDc3LWI2NTQtY2Q4NTQ5OGYxNTU1IzE2NTgyNjA4NTYwMzMwMTMjREVTQw==",
"before": "NjRlZjJmZjktMmJjYi00M2RiLWI0ZDUtOTAxMDU4MjRiMTdmIzE2NTgyNjA3NTk3NTE2ODEjQVND",
"totalResultSize": 100
}
}
Headers
Authorizationrequired
string
Your API credentials. Eg. Basic {credentials}
.
Idempotency-Key
string
Specifying a unique ID for this request here lets you retry it without risk of performing the same operation twice.
Path Parameters
idrequired
string
TaxRate ID
Response
200 - application/json
itemsrequired
object[]
paginationrequired
object
curl --request GET \
--url https://eu.sequencehq.com/api/tax-rates/{id}/versions \
--header 'Authorization: <authorization>'
{
"items": [
{
"amount": "0.2",
"country": "GB",
"description": "Value Added Tax applied to sales in the UK",
"id": "d58bf2e3-7a5d-4900-8457-2521c6880f7d",
"invoiceName": "Value Added Tax",
"invoiceShortName": "VAT",
"isArchived": false,
"isPublished": false,
"name": "UK Sales Tax",
"region": "London",
"sequenceAccountId": "dce9ae85-d8d0-42b4-bcad-f221a64363c6",
"subRates": [],
"version": 0,
"versionId": "82ef6f1a-afc2-4a8d-b868-6d9c72bf395f"
}
],
"pagination": {
"after": "ZTMwOWU5NDgtMDg4ZS00ZDc3LWI2NTQtY2Q4NTQ5OGYxNTU1IzE2NTgyNjA4NTYwMzMwMTMjREVTQw==",
"before": "NjRlZjJmZjktMmJjYi00M2RiLWI0ZDUtOTAxMDU4MjRiMTdmIzE2NTgyNjA3NTk3NTE2ODEjQVND",
"totalResultSize": 100
}
}