AvaTax for Excise
AlternateProductsController
AvaTaxExciseController
ImportBusinessEntitiesController
ImportHeadersController
ImportItemCodesController
ImportLocationsController
ImportManufacturersController
ImportProductsTobaccoController
ImportScheduleTransactionsController
JurisdictionsController
NotificationController
RatesController
Tax Sessions
TaxpayerTypesController
UtilitiesController
Avalara.Excise.Common.Contracts.Services.RestLocationImportResultSummary
Summarizes the results of a location import operation, including counts and per-record results.
This model is used in the following APIs:
Parameters
LocationResultsOptional
arrayThe per-record import results for each location.
StatusOptional
stringThe overall processing status of the import operation.
NumberProcessedOptional
integerThe total number of records processed during the import.
NumberInsertedOptional
integerThe count of locations successfully inserted during the import.
NumberUpdatedOptional
integerThe total number of records updated during the import.
NumberFailedOptional
integerThe total number of records that failed during the import.