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

Represents the result of a location import operation for REST services. This class contains the outcome of processing a location during import, including success/failure status, error information, and complete location details for excise tax compliance.

Parameters
LocationErrorsOptional
array

Errors encountered while processing this location during import.

LocationIdOptional
integer

The unique identifier of the location.

LocationMappingIdOptional
string

Maps back to the passed in MappingId

CustomIdOptional
string

A client-defined identifier for this record.

TerminalCodeOptional
string

The terminal code.

DescriptionOptional
string

A human-readable description.

EffectiveDateOptional
string

The date when the record becomes effective.

Address1Optional
string

The first line of the street address.

CityOptional
string

The city name.

CountyOptional
string

The county name.

JurisdictionOptional
string

The jurisdiction or state code.

CountryCodeOptional
string

The ISO 3166-1 alpha-3 country code.

AlternateFacilityNumberOptional
string

An alternate facility or site identifier.

StatusOptional
string

The processing status of this record (e.g., Inserted, Updated, Failed).

MessageOptional
string

A status or informational message for this import result.