wafeq_tax_rates_list
Retrieve paginated tax rates from Wafeq, filtered by tax type, external ID, or creation and modification dates. Access read-only tax rate data for reporting or integration.
Instructions
๐ข READ-ONLY ยท Tax Rates ยท GET /tax-rates/
List tax rates
Endpoint for retrieving a list of tax rates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| tax_type | No | Tax type | |
| page_size | No | Number of results to return per page. | |
| external_id | No | External identifier | |
| created_ts_after | No | The timestamp in UTC when the tax rate was created | |
| created_ts_before | No | The timestamp in UTC when the tax rate was created | |
| modified_ts_after | No | The timestamp in UTC when the tax rate was last modified | |
| modified_ts_before | No | The timestamp in UTC when the tax rate was last modified |