Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 744 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 744 Bytes

Avalara Batch Service

Source for Ruby gem Avatax_BatchService

Avalara BatchSvc SOAP API and Ruby Avatax_BatchService samples demonstrates execution of BatchSave, BatchFetch, Ping, and IsAuthorized.

Authentication for batch service requires admin level username and password.

BatchSave file needs to be in csv, xls, or xlsx format. For more information about importing and formatting data, Avalara templates and documentation can be found here.

The SOAP call in this application uses a local copy of the Batch Service WSDL to keep the service static, per Avalara documentation.