Create Tax Rate

View as Markdown

Headers

{{tenant_key_name}}stringOptional

Request

This endpoint expects a multipart form.
namestringRequired

Required: Tax rate name - max 100 chars - “State Sales Tax”

ratestringRequired

Required: Tax percentage rate - numeric min:0 max:100 - 8.25

prioritystringRequired

Optional: Tax calculation priority order - integer min:0 - 0

is_activestringRequired

Optional: Whether tax rate is active - boolean - true

applies_tostringRequired

Required: What this tax applies to - labor|parts|both - “both”

descriptionstringRequired

Optional: Tax rate description - string - “California state sales tax”

is_compoundstringRequired

Optional: Whether tax compounds on other taxes - boolean - false

effective_tostringRequired

Optional: Date tax rate expires - date after effective_from - “2026-12-31”

effective_fromstringRequired

Optional: Date tax rate takes effect - date format - “2026-01-01”

Response

Successful response