get https://data.cert.ceretax.net/taxTypeClasses
This endpoint is for retrieving a list of valid tax type classes. It can be used to present tax type class 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=taxTypeClass eq 101 |
Not equal | ne | $filter=taxTypeClass ne 101 |