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.5.3 - Traffic Study Override
Traffic Study Override
The TrafficStudyOverride object allows the user to specify traffic study overrides:
| Key | Value |
|---|---|
TrafficStudyType | [int] Traffic Study Type Defines to which transaction type the traffic study override applies. For more information about traffic study overrides, see Safe Harbor Override
|
SafeHarborFedPcnt | [double] Safe Harbor Federal Percent Safe Harbor percent to be overwritten. For more information about traffic study overrides, see Safe Harbor Override |
TrafficStudyFedPcnt | [double] Traffic Study Federal Percent Client-provided Federal traffic study percent to be used instead of the Safe Harbor percent. For more information about traffic study overrides, see Safe Harbor Override |
Example
"TrafficStudyOverrides": [ { "TrafficStudyType": 2, "TrafficStudyFedPcnt": 0.250 }]