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
Endpoint | Method | Key value | Required fields |
---|---|---|---|
/v2/changed-taxareas/{taxareaid} | GET | taxareaid | taxareaid , beginDate |
This request identifies whether a specific tax area has changed for any reason within a date range.
Path parameters
Parameter | Details | Description |
---|---|---|
taxareaid | Required string | The specific tax area for which to check for changes. |
Query parameters
Parameter | Details | Description |
---|---|---|
beginDate | Required date | Begin date for the search. |
endDate | date | End 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"
}
]
}
}
Updated 2 months ago