Create a tax type
Tax Types
Create a tax type
Create a tax type with a code, description, and rate.
POST
Create a tax type
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Tax type code |
description | Yes | Tax type description |
rate | Yes | Tax rate percentage |
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 type created successfully

