AvaTax for Excise
AlternateProductsController
AvaTaxExciseController
ImportBusinessEntitiesController
ImportHeadersController
ImportItemCodesController
ImportLocationsController
ImportManufacturersController
ImportProductsTobaccoController
ImportScheduleTransactionsController
JurisdictionsController
NotificationController
RatesController
Tax Sessions
TaxpayerTypesController
UtilitiesController
Avalara.Excise.Determination.Engine.RestTransactionResult
Represents the result of a REST transaction processing, including status, taxes, errors, and the complete transaction response.
This model is used in the following APIs:
Parameters
UserTranIdOptional
stringThe client-supplied transaction identifier echoed in this result.
TranIdOptional
integerThe system-assigned identifier for this calculated transaction.
StatusOptional
stringThe processing status of this record.
ReturnCodeOptional
integerThe numeric outcome code for this tax calculation request.
TotalTaxAmountOptional
numberThe total calculated tax amount.
TransactionTaxesOptional
arrayPer-tax breakdown of amounts, rates, and jurisdictions for this transaction.
TransactionErrorsOptional
arrayErrors or warnings encountered while calculating tax for this transaction.
TransactionOptional
Avalara.Excise.Determination.Engine.RestTransactionResponseThe full transaction payload returned with this calculation result.
UserReturnValueOptional
stringA value returned with the result for client-side correlation or downstream use.