AvaTax for Excise
AlternateProductsController
AvaTaxExciseController
ImportBusinessEntitiesController
ImportHeadersController
ImportItemCodesController
ImportLocationsController
ImportManufacturersController
ImportProductsTobaccoController
ImportScheduleTransactionsController
JurisdictionsController
NotificationController
RatesController
Tax Sessions
TaxpayerTypesController
UtilitiesController
Avalara.Excise.Common.Contracts.Services.RestItemCodeImportResultSummary
Summarizes the results of an item code import operation, including counts and per-record results.
This model is used in the following APIs:
Parameters
ItemCodeResultsOptional
arrayPer-record import results for each item code.
StatusOptional
stringThe overall processing status of the import operation.
NumberProcessedOptional
integerThe total number of records processed during the import.
NumberInsertedOptional
integerThe total number of records 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.