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
Endpoint | Method | Key value | Required fields |
---|---|---|---|
/v2/changed-taxareas | GET | beginDate | beginDate |
This request identifies tax areas that have changed for any reason within a date range.
Query parameters
Parameter | Details | Description |
---|---|---|
beginDate | Required date | Begin date for the search. |
endDate | date | End 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"
}
]
}
}
Updated 2 months ago