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

Represents the import result for a business entity identification code, including status and any error details.

Parameters
BusinessEntityIdCodeErrorsOptional
array

Errors that occurred for this identification code during import.

BusinessEntityIdOptional
integer

The unique identifier of the parent business entity.

CountryCodeOptional
string

The ISO 3166-1 alpha-3 country code.

IdTypeOptional
string

The type of identification for this code.

Enum: FEIN, SSN, CBN, CUSTOM
IdCodeOptional
string

The identification number or code value.

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.