AvaTax for Excise
AlternateProductsController
AvaTaxExciseController
ImportBusinessEntitiesController
ImportHeadersController
ImportItemCodesController
ImportLocationsController
ImportManufacturersController
ImportProductsTobaccoController
ImportScheduleTransactionsController
JurisdictionsController
NotificationController
RatesController
Tax Sessions
TaxpayerTypesController
UtilitiesController
Avalara.Excise.Common.Contracts.Services.RestBusinessEntityIdCodeResult
Represents the import result for a business entity identification code, including status and any error details.
Parameters
BusinessEntityIdCodeErrorsOptional
arrayErrors that occurred for this identification code during import.
BusinessEntityIdOptional
integerThe unique identifier of the parent business entity.
CountryCodeOptional
stringThe ISO 3166-1 alpha-3 country code.
IdTypeOptional
stringThe type of identification for this code.
Enum: FEIN, SSN, CBN, CUSTOM
IdCodeOptional
stringThe identification number or code value.
StatusOptional
stringThe processing status of this record (e.g., Inserted, Updated, Failed).
MessageOptional
stringA human-readable status or detail message for this result.