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

Summarizes the results of a business entity import operation, including counts and per-record results.

This model is used in the following APIs:

Parameters
BusinessEntityResultsOptional
array

Per-entity import results from the operation.

StatusOptional
string

The processing status of the import operation (e.g., Inserted, Updated, Failed).

NumberEntitiesProcessedOptional
integer

The total number of business entities processed during the import.

NumberEntitiesInsertedOptional
integer

The total number of business entities inserted during the import.

NumberEntitiesUpdatedOptional
integer

The total number of business entities updated during the import.

NumberEntitiesFailedOptional
integer

The total number of business entities that failed during the import.

NumberIdCodesProcessedOptional
integer

The total number of identification codes processed during the import.

NumberIdCodesInsertedOptional
integer

The total number of identification codes inserted during the import.

NumberIdCodesUpdatedOptional
integer

The total number of identification codes updated during the import.

NumberIdCodesFailedOptional
integer

The total number of identification codes that failed during the import.

NumberAccountsProcessedOptional
integer

The total number of business accounts processed during the import.

NumberAccountsInsertedOptional
integer

The total number of business accounts inserted during the import.

NumberAccountsUpdatedOptional
integer

The total number of business accounts updated during the import.

NumberAccountsFailedOptional
integer

The total number of business accounts that failed during the import.