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

Represents the import result for an item code, including status and any error details.

Parameters
ItemCodeMappingIdOptional
string

The client-supplied mapping identifier from the import request.

ItemCodeIdOptional
integer

System identifier for the item code record.

ItemCodeOptional
string

The business item code value.

DescriptionOptional
string

Human-readable description of the item code.

EffectiveDateOptional
string

Date when this item code becomes effective.

StatusOptional
string

Processing outcome of the item code operation (for example Inserted, Updated, or Failed).

MessageOptional
string

Status or informational message for this item code import result.