List Tax Areas with Changes

Learn about listing all tax areas with changes.

⚠️

Caution:

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

List all tax areas with changes

EndpointMethodKey valueRequired fields
/v2/changed-taxareasGETbeginDatebeginDate

This request identifies tax areas that have changed for any reason within a date range.

Query parameters

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

Sample response - Changed tax areas

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