AvaTax for Communications
Communications REST v2 Dev Guide
Getting Started
Calculate Taxes
Commit/Uncommit
Customizing Transactions
Account Customizations
Transaction Use Cases
- Simple Request
- Multi-line Request
- Jurisdiction Determination
- Interstate/Intrastate Determination
- Tax Override
- Safe Harbor Override
- Private Line
- Proration
- Transaction Information
- Exclusions
- Transaction-Level Commit/Uncommit
- Invoice Date
- Invoice Mode
- Optional Fields
- Adjustments
- Tax Inclusive
- Displaying Tax Results
- Quantity
- Request Config
Exemptions
Sales and Use
Jurisdiction Determination Use Cases
Reference
Calculating Tax Offline
AvaTax for Communications Use Cases
FAQ
Chapter 5.3.2 - PCode Lookup Result
PCode Lookup Result
The PCodeLookupResult object contains the jurisdiction information returned when searching location matches:
| Key | Value |
|---|---|
LocationData | [LocationItem] Location Item Contains a list of location matches for the address being searched |
MatchCount | [int] Match Count Number of matches returned |
InputMatchType | [string] Input Match Type Match type from user input
|
MatchTypeApplied | [string] Match Type Applied Indicates whether the matches returned are based on an Exact match or Best match |
ResultsLimit | [int] Results Limit Maximum number of results applied to the Zip Lookup Request |
Example
{ { "LocationData": [ { // Location Item } ], "MatchCount": 1, "InputMatchType": "Best", "MatchTypeApplied": "Exact", "ResultsLimit": 10}