get https://data.cert.ceretax.net/taxLevels
This endpoint is for retrieving a list of valid tax levels. It can be used to present tax level values in a dropdown box for users to select from in your integration when setting up exemptions.
This endpoint supports filtering. Using the $filter parameter and one of the supported filter operators below you can search for records matching specific criteria.
Filter | Symbol | Example |
---|---|---|
Equals | eq | $filter=taxLevel eq 1 |
Not equal | ne | $filter=taxLevel ne 1 |