curl --request GET \
--url https://api.zenskar.com/tax/business_entities/{business_entity_id}/jurisdiction_rates/{jurisdiction_rate_id} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"country_code": "<string>",
"state_code": "<string>",
"city": "<string>",
"zip_code_start": "<string>",
"zip_code_end": "<string>",
"tax_category_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"effective_from": "2023-12-25",
"effective_to": "2023-12-25",
"is_active": true,
"name": "<string>",
"rates": [
{
"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>"
}
]
}Get a single jurisdiction rate by ID.
curl --request GET \
--url https://api.zenskar.com/tax/business_entities/{business_entity_id}/jurisdiction_rates/{jurisdiction_rate_id} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"country_code": "<string>",
"state_code": "<string>",
"city": "<string>",
"zip_code_start": "<string>",
"zip_code_end": "<string>",
"tax_category_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"effective_from": "2023-12-25",
"effective_to": "2023-12-25",
"is_active": true,
"name": "<string>",
"rates": [
{
"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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response shape for a jurisdiction rate row.
Inline tax rates (included on create)
Show child attributes