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.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
array

Per-record import results for each item code.

StatusOptional
string

The overall processing status of the import operation.

NumberProcessedOptional
integer

The total number of records processed during the import.

NumberInsertedOptional
integer

The total number of records 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.