List tax mappings

This endpoint is for retrieving a list of tax mappings. Tax mappings represent valid combinations of taxLevel, taxType, taxTypeClass, and taxTypeRef in each state. This endpoint can be used to ensure your exemptions are set up with a valid state, taxLevel, taxType, and/or taxTypeClass combination.

This endpoint supports filtering. Using the $filter parameter and one of the supported filter operators below you can search for records matching specific criteria.

FilterSymbolExample
Equalseq$filter=taxType eq 130
Not equalne$filter=taxType ne 130

Multiple filters can be passed in a single request using 'and' & 'or' operators, for example:

  • $filter=taxType eq 130 and state eq GA
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!