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.2 - Request Config
Request Configuration
The RequestConfig object allows you to set request configuration option properties:
| Key | Value |
|---|---|
retnb | [bool] Return Non-Billable Taxes Flag indicating if non-billable taxes should be returned. Defaults to the account-level setting if not provided.
|
retext | [bool] Return Extended Data Flag indicating if extended tax information should be returned in the response.
dtl) to true on the invoice. The return list resulting from this configuration option may change over time as additional data elements are added. |
incrf | [bool] Return Reporting Information Flag indicating if reporting information should be returned in the response.
|
Example
"cfg": { "retnb": false, "retext": false, "incrf": true}