Lookup by Tax Area ID
Learn about tax area lookups by Tax Area ID.
Lookup tax area by Tax Area ID
Endpoint | Method | Key value | Required field |
---|---|---|---|
/v2/taxareaid-lookup | POST | taxAreaId | taxAreaId |
This request retrieves tax area information by using the unique Tax Area ID. Looks up details for a specific Tax Area ID.
Sample request - Lookup by Tax Area ID
{
"taxAreaId": "string",
"asOfDate": "2024-03-07"
}
Sample response - Lookup by Tax Area ID
{
"data": {
"lookupResults": [
{
"addressCleansingResultMessages": [
{
"code": "string",
"type": "string",
"value": "string"
}
],
"asOfDate": "2024-03-07",
"confidenceIndicator": "string",
"jurisdictions": [
{
"effectiveDate": "2024-03-07",
"expirationDate": "2024-03-07",
"externalJurisdictionCode": "string",
"jurisdictionId": "string",
"jurisdictionType": "APO",
"value": "string"
}
],
"postalAddresses": [
{
"city": "string",
"country": "string",
"mainDivision": "string",
"postalCode": "string",
"streetAddress1": "string",
"streetAddress2": "string",
"subDivision": "string"
}
],
"statuses": [
{
"lookupResult": "NORMAL",
"value": "string"
}
],
"taxAreaId": "string"
}
]
},
"meta": {
"app": "string",
"timeElapsed(ms)": 0,
"timeReceived": "2024-03-07T14:59:09Z",
"timeElapsedDetails": [
{
"key": "string",
"value": "string"
}
]
}
}
Updated 3 months ago