Tax Rates
Archive a tax rate
Archive a tax rate
post/tax-rates/{id}/archive
Path parameters
idstring required
TaxRate ID
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
Sequence-Version'2024-07-30'
Use this header to select an API version
Response
OK
Example response
{
"id": "d58bf2e3-7a5d-4900-8457-2521c6880f7d",
"versionId": "82ef6f1a-afc2-4a8d-b868-6d9c72bf395f",
"sequenceAccountId": "dce9ae85-d8d0-42b4-bcad-f221a64363c6",
"version": 0,
"isPublished": false,
"name": "UK Sales Tax",
"invoiceName": "Value Added Tax",
"invoiceShortName": "VAT",
"description": "Value Added Tax applied to sales in the UK",
"amount": "0.2",
"country": "GB",
"region": "London",
"taxCategoryId": "ce109c64-dcc0-487a-ac8c-e3237c60cdb6",
"subRates": [],
"isArchived": true
}