Create Tax Rate
Headers
{{tenant_key_name}}
Request
This endpoint expects a multipart form.
name
Required: Tax rate name - max 100 chars - “State Sales Tax”
rate
Required: Tax percentage rate - numeric min:0 max:100 - 8.25
priority
Optional: Tax calculation priority order - integer min:0 - 0
is_active
Optional: Whether tax rate is active - boolean - true
applies_to
Required: What this tax applies to - labor|parts|both - “both”
description
Optional: Tax rate description - string - “California state sales tax”
is_compound
Optional: Whether tax compounds on other taxes - boolean - false
effective_to
Optional: Date tax rate expires - date after effective_from - “2026-12-31”
effective_from
Optional: Date tax rate takes effect - date format - “2026-01-01”
Response
Successful response

