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.19 - Summarized Tax Result
Summarized Tax Result
The SummarizedTax object contains the tax data for summarized invoice taxes:
| Key | Value |
|---|---|
max | [double] Max Base The maximum base for the tax bracket |
min | [double] Min Base The minimum base for the tax bracket |
tchg | [double] Total Charge Summarized charge amounts applied to the tax item from Invoice processing. Each entry in the summarized data has an individual total charge as it applies to the calculation of that specific summarized tax type and jurisdiction |
calc | [int] Calculation Type Indicates how the tax is calculated
|
cat | [string] Tax Category Name
|
cid | [int] Tax Category ID |
name | [string] Tax Name
|
exm | [double] Exempt Sale Amount |
lns | [int] Number of lines taxed |
pcd | [int] Reporting PCode PCode representing reporting tax jurisdiction |
rate | [double] Applicable tax rate |
sur | [bool] Surcharge (deprecated) Surcharge in the summarized taxes has been deprecated and will always return false. |
tax | [double] Summarized Tax Amount |
lvl | [int] Tax Level Indicates the jurisdiction level of the tax
|
tid | [int] Tax Type ID |
Example
"summ": [ { "max": 2147483647, "min": 0, "tchg": 25, "calc": 1, "cat": "SALES AND USE TAXES", "cid": 1, "name": "Sales Tax", "exm": 0, "lns": 0, "pcd": 377300, "rate": 0.0125, "sur": false, "tax": 0.3125, "lvl": 2, "tid": 1 }]