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

A grouped transaction validation error for a tax session. Each item represents a unique combination of rule, error level, and schedule code, with a count of affected transactions.

Parameters
RuleIdOptional
integer

Validation rule identifier.

ErrorLevelIndOptional
string

Error level indicator: C=Critical, W=Warning, I=Informational.

ScheduleCodeOptional
string

Schedule code associated with this error group.

ErrorMessageOptional
string

Error message describing the validation failure.

TransactionCountOptional
integer

Number of transactions affected by this error.