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

Represents the result of a manufacturer processing operation in REST services, including status and error information.

Parameters
ManufacturerErrorsOptional
array

Errors encountered while processing this manufacturer.

ManufacturerIdOptional
integer

The unique identifier of the manufacturer.

ManufacturerMappingIdOptional
string

Maps back to the passed in MappingId

CountryCodeOptional
string

The ISO 3166-1 alpha-3 country code for the manufacturer jurisdiction.

JurisdictionOptional
string

The jurisdiction or state code.

MsaStatusOptional
string

The Master Settlement Agreement (MSA) participation status.

IdTypeOptional
string

The type of tax or regulatory identifier.

IdCodeOptional
string

The tax or regulatory identifier value.

EffectiveDateOptional
string

The date when the record becomes effective.

ObsoleteDateOptional
string

The date when the record becomes obsolete.

LicenseNumberOptional
string

The manufacturer license number.

LegalNameOptional
string

The legal business name.

TradeNameOptional
string

The doing-business-as or trade name.

PhysicalAddress1Optional
string

The first line of the physical street address.

PhysicalAddress2Optional
string

The second line of the physical street address.

PhysicalCityOptional
string

The city of the physical address.

PhysicalJurisdictionOptional
string

The jurisdiction or state code for the physical address.

PhysicalPostalCodeOptional
string

The postal or ZIP code for the physical address.

PhysicalCountryCodeOptional
string

The ISO 3166-1 alpha-3 country code for the physical address.

PhysicalCountyOptional
string

The county name for the physical address.

PhysicalCountyCodeOptional
string

The county code for the physical address.

MailingAddress1Optional
string

The first line of the mailing street address.

MailingAddress2Optional
string

The second line of the mailing street address.

MailingCityOptional
string

The city of the mailing address.

MailingJurisdictionOptional
string

The jurisdiction or state code for the mailing address.

MailingPostalCodeOptional
string

The postal or ZIP code for the mailing address.

MailingCountryCodeOptional
string

The ISO 3166-1 alpha-3 country code for the mailing address.

MailingCountyOptional
string

The county name for the mailing address.

MailingCountyCodeOptional
string

The county code for the mailing address.

CustomIdOptional
string

A client-defined identifier for this record.

ManufacturerCodeOptional
string

The manufacturer code identifier.

StatusOptional
string

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

MessageOptional
string

Status or informational message for this manufacturer result.