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.1.13 - Key Value Pair
Key Value Pair
The KeyValuePair object allows the user to specify a list of key/value pairs.
| Key | Value |
|---|---|
key | [string] Key An index for the key/value pair. Numeric value between 1 and 10
|
val | [string] Value 150-byte alpha-numeric value
|
Example
"opt": [ { "key": "1", "val": "Sample value text" }]