createTaxCategory
createTaxCategoryCreate a new tax category to classify taxes for billing. Optionally map external tax codes from providers like Avalara.
Instructions
Create a new tax category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the tax category. | |
| external_codes | No | Array of external tax code mappings (e.g., [{ "provider": "avalara", "code": "P0000000" }]). | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |