AvaTax for Excise
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:
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.
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.
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.
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.
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.
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.