AvaTax for Excise
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
arrayErrors that occurred for this business account during import.
BusinessAccountIdOptional
integerThe unique identifier of the business account after import.
BusinessAccountMappingIdOptional
stringThe client-supplied correlation identifier echoed from the import request.
CustomIdOptional
stringThe client-defined identifier for this business account.
CountryCodeOptional
stringThe ISO 3166-1 alpha-3 country code.
JurisdictionOptional
stringThe jurisdiction or state code.
BusinessTypeOptional
stringThe category of business or license type for this account.
Enum: BUY, CAR, CON, POS, SEL, MM, IMP
BusinessSubTypeOptional
stringThe sub-type or secondary classification for this account.
LicenseNumberOptional
stringThe license or registration number.
EffectiveDateOptional
stringThe date when the record becomes effective.
StatusOptional
stringThe processing status of this record (e.g., Inserted, Updated, Failed).
MessageOptional
stringA human-readable status or detail message for this result.