cURL
curl --request PATCH \ --url https://api.zenskar.com/tax/categories/{code} \ --header 'Content-Type: application/json' \ --header 'organisation: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "external_codes": {} } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "code": "<string>", "name": "<string>", "external_codes": {} }
Update a tax category by Zenskar code (e.g. ZEN_TAX_00001).
Documentation IndexFetch the complete documentation index at: https://docs2.zenskar.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body for updating a tax category.
Category name
1 - 255
Provider mappings e.g. {'avalara': '...', 'anrok': '...'}
Successful Response
Tax category in API responses.
Tax category ID
Organisation ID
Zenskar tax code (e.g. ZEN_TAX_001)
Provider external codes
Contact support