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.9 - Geo Batch Download Response
Geo Batch Download Response
The GeoBatchDownloadResponse object contains the download details for an uploaded Geo Batch file:
| Key | Value |
|---|---|
InputFile | [string] Input File name |
InputFileDownload | [string] Input File download path |
OutputFile | [string] Output File name |
OutputFileDownload | [string] Output File download path |
Example
{ "InputFile": "SampleAddressFile.csv", "InputFileDownload": "https://path.to.input.file", "OutputFile": "SampleAddressFile_output.zip", "OutputFileDownload": "https://path.to.output.file"}