AvaTax for Excise
AlternateProductsController
AvaTaxExciseController
ImportBusinessEntitiesController
ImportHeadersController
ImportItemCodesController
ImportLocationsController
ImportManufacturersController
ImportProductsTobaccoController
ImportScheduleTransactionsController
JurisdictionsController
NotificationController
RatesController
Tax Sessions
TaxpayerTypesController
UtilitiesController
Avalara.Excise.Common.Contracts.Services.RestItemCodeResult
Represents the import result for an item code, including status and any error details.
Parameters
ItemCodeMappingIdOptional
stringThe client-supplied mapping identifier from the import request.
ItemCodeIdOptional
integerSystem identifier for the item code record.
ItemCodeOptional
stringThe business item code value.
DescriptionOptional
stringHuman-readable description of the item code.
EffectiveDateOptional
stringDate when this item code becomes effective.
StatusOptional
stringProcessing outcome of the item code operation (for example Inserted, Updated, or Failed).
MessageOptional
stringStatus or informational message for this item code import result.