AvaTax for Excise
AlternateProductsController
AvaTaxExciseController
ImportBusinessEntitiesController
ImportHeadersController
ImportItemCodesController
ImportLocationsController
ImportManufacturersController
ImportProductsTobaccoController
ImportScheduleTransactionsController
JurisdictionsController
NotificationController
RatesController
Tax Sessions
TaxpayerTypesController
UtilitiesController
Avalara.Excise.Common.Contracts.Services.PingResponse
Represents the response from a ping operation to verify service connectivity and authentication status. This class is used to check if the service is available and if the current user is properly authenticated.
This model is used in the following APIs:
Parameters
versionOptional
stringGets or sets the version of the service that responded to the ping request. This property indicates which version of the service API is currently active.
authenticatedOptional
booleanGets or sets a boolean value indicating whether the current user is authenticated. True if the user has valid authentication credentials, false otherwise.
authenticatedUserNameOptional
stringGets or sets the username of the authenticated user. This property contains the username of the currently authenticated user, or null/empty if the user is not authenticated.