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

Represents the import result for a business account, including status and any error details.

Parameters
BusinessAccountErrorsOptional
array

Errors that occurred for this business account during import.

BusinessAccountIdOptional
integer

The unique identifier of the business account after import.

BusinessAccountMappingIdOptional
string

The client-supplied correlation identifier echoed from the import request.

CustomIdOptional
string

The client-defined identifier for this business account.

CountryCodeOptional
string

The ISO 3166-1 alpha-3 country code.

JurisdictionOptional
string

The jurisdiction or state code.

BusinessTypeOptional
string

The category of business or license type for this account.

Enum: BUY, CAR, CON, POS, SEL, MM, IMP
BusinessSubTypeOptional
string

The sub-type or secondary classification for this account.

LicenseNumberOptional
string

The license or registration number.

EffectiveDateOptional
string

The date when the record becomes effective.

StatusOptional
string

The processing status of this record (e.g., Inserted, Updated, Failed).

MessageOptional
string

A human-readable status or detail message for this result.