Get default tax rate

GET /api/v1/tax/rates/default

Get the default tax rate for the business.

Operation ID: get_default_tax_rate_api_v1_tax_rates_default_get · 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

200 Successful Response

id string required

Tax rate UUID

business_id string required

Business UUID

name string required

Tax rate name

rate number required

Tax rate as decimal

rate_percent number required

Tax rate as percentage

tax_type string required

Tax type

country string required

Country code

state string

State/province

county string

County

city string

City

tax_liability_ledger_id string

Tax liability ledger

is_default boolean required

Is default

is_active boolean required

Is active

created_at string · date-time required

Creation timestamp

updated_at string · date-time required

Last update timestamp

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

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