Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.zenskar.com/tax/business_entities/{business_entity_id}/jurisdiction_rates/{jurisdiction_rate_id}/rates \ --header 'organisation: <api-key>' \ --header 'x-api-key: <api-key>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "jurisdiction_rate_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tax_name": "<string>", "rate_percent": 123, "is_compound": true, "compound_order": 123, "jurisdiction_level": "<string>", "jurisdiction_code": "<string>" } ]
List expanded tax rates for a jurisdiction rate.
Successful Response