View the OpenAPI Specification
Tax codes contain information about the tax regimes a transaction might be subject to based on the location it’s tied to.
Filter examples
filter[active]=truefilter[dttmLoaded]=GREATER_THAN:2023-06-15T01:00:00filter[name]=CONTAINS:Alaska
Sample response element
{
"data": {
"attributes": {
"active": true,
"name": "WI Milwaukee County (City of Milwaukee) Sales Tax",
"taxRateTtl": "7.9"
},
"id": "WI_Milwaukee_County_(City_of_Milwaukee)_Sales_Tax",
},
"meta": {
"dttmLoaded": "2024-08-08T12:38:38"
}