get https://data.cert.ceretax.net/taxSitusRules
This endpoint is for retrieving a list of valid tax situs rules. Tax situs rules are used in transactions to define the address type (ex. Ship To, Ship From) that should be used to calculate tax. Data from ths endpoint can be used to present tax situs rule values in a dropdown box for users to select from in your integration.
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=taxSitusRuleDescription eq Ship To |
Not equal | ne | $filter=taxSitusRuleDescription ne Ship To |