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.8 - Geo Batch Status
Geo Batch Status
The GeoBatchStatus object contains the Geo Batch Status information for an uploaded Geo Batch file:
| Key | Value |
|---|---|
ProcessId | [int] Process Id for Geo Batch file |
RequestDate | [datetime] Request Date |
ProcessingStart | [timestamp] Processing Start |
ProcessingEnd | [datetime] Processing End |
Status | [string] Status of the Geo Batch file Indicates the status of the Geo Batch file
|
Downloads | [GeoBatchDownloadResponse] Geo Batch Download Response Contains download information about the input and output files |
err | [Error] Error Contains information about any errors returned (as applicable) |
Example
{ "ProcessId": 999999, "RequestDate": "2019-10-23T15:17:01.76", "ProcessingStart": "2019-10-23T15:17:06.383", "ProcessingEnd": "2019-10-23T15:17:06.837", "Status": "Completed", "Downloads": { // Geo Batch Download Response }}