Create a tax rate
Tax Rates
Create a tax rate
Create a tax rate with a percentage component rate (0–100).
POST
Create a tax rate
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | Yes | Tax rate name |
component_rate | Yes | Percentage rate, 0–100 |
component_rate is fixed at creation — only name can be changed on update.Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Tax rate created successfully

