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

Represents a request object for importing business entities through the REST service. This class contains all the necessary information to perform a business entity import operation, including the entities to import, import configuration options, and matching behavior settings.

This model is used in the following APIs:

Parameters
BusinessEntitiesOptional
array

Gets or sets an array of business entities to be imported. Each business entity contains the data that will be processed and imported into the system.

ImportNameOptional
string

Gets or sets the name identifier for this import operation. This name is used to identify and track the import operation in logs and reports.

UpdateMatchesModeOptional
string

Gets or sets the update matching mode that determines how existing records are handled during import. This setting controls whether and how the system should match and update existing business entities when duplicates are found during the import process.

Enum: NONE, INSERT, UPDATE, COPY
TerminateNewRecordsOptional
boolean

Gets or sets a boolean value indicating whether new records should be terminated after import. When true, newly imported records will be marked as terminated, typically used for historical data imports.

CreateAllAccountTypesOptional
boolean

Gets or sets a boolean value indicating whether all account types should be created for imported entities. When true, the system will automatically create all supported account types for each imported business entity.

LoadIdOptional
string

Gets or sets the unique identifier for this import load operation. This GUID is used to correlate related import operations and track the overall import process.