AvaTax for Excise

Version v1
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
array

The per-record import results for each location.

StatusOptional
string

The overall processing status of the import operation.

NumberProcessedOptional
integer

The total number of records processed during the import.

NumberInsertedOptional
integer

The count of locations successfully inserted during the import.

NumberUpdatedOptional
integer

The total number of records updated during the import.

NumberFailedOptional
integer

The total number of records that failed during the import.