Wave: Get Sales Tax
wave_get_sales_taxRetrieve a sales tax record with its full rate history by providing the sales tax ID.
Instructions
Get one sales tax by ID, including its full rate history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | No | Business to operate on. Defaults to the session business set by wave_set_default_business. | |
| sales_tax_id | Yes | The Wave sales tax ID. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |