AI tax rate suggestions

POST /api/v1/tax/suggest-rates

Get AI-powered tax rate suggestions for the business.

Operation ID: suggest_rates_api_v1_tax_suggest_rates_post · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

201 Successful Response

suggestions array · TaxRateSuggestionItem TaxRateSuggestionItem
4 fields
jurisdiction string required

Tax jurisdiction

rate number required

Suggested tax rate percentage

code string required

Tax code

reason string required

Reason for this suggestion

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object