Check a Tax Area for Changes

Learn about checking a tax area for changes.

⚠️

Caution:

This lookup request is not available for O Series tax calculation deployments hosted on Microsoft Azure.

Check a Tax Area for changes

EndpointMethodKey valueRequired fields
/v2/changed-taxareas/{taxareaid}GETtaxareaidtaxareaid, beginDate

This request identifies whether a specific tax area has changed for any reason within a date range.

Path parameters

ParameterDetailsDescription
taxareaidRequired
string
The specific tax area for which to check for changes.

Query parameters

ParameterDetailsDescription
beginDateRequired
date
Begin date for the search.
endDatedateEnd date for the search.

Sample response - Check for changes

{
  "data": [
    "string"
  ],
  "meta": {
    "app": "string",
    "timeElapsed(ms)": 0,
    "timeReceived": "2024-03-07T22:09:33Z",
    "timeElapsedDetails": [
      {
        "key": "string",
        "value": "string"
      }
    ]
  }
}