AvaTax for VAT

Version v2
APConfigSetting
Accounts
Addresses
AvaFileForms
Batches
CertExpressInvites
Certificates
Clerk
CommunicationCertificates
Companies
Compliance
Contacts
CostCenter
Customers
DataSources
Definitions
DistanceThresholds
DomainControlVerification
ECommerceToken
EcmEventNotifications
EcoNexusThreshold
FirmClientLinkages
FormTypeMapping
FundingRequests
GLAccount
Items
ItemsReverseSync
Jobs
JurisdictionOverrides
Locations
MultiDocument
Nexus
Notices
Notifications
Provisioning
Registrar
Reports
Settings
Subscriptions
TaxCodes
TaxContent
TaxRules
Transactions
Upcs
UserDefinedFields
Users
Utilities
VendorCertificates
Vendors

ItemReverseSyncRegistrationInputModel

Input model used to create a Connector Data Sync (reverse sync) webhook registration.

A registration tells Avalara which connector should be notified when an item-related event occurs (currently HSCodeAssigned), the callback URL to invoke, and the events the connector wishes to subscribe to.

This model is used in the following APIs:

Parameters
connectorNameRequired
string

The connector name. This value is also used as the OAuth scope for the registration.

urlRequired
string

The webhook callback URL that the connector exposes to receive notifications.

typeNameRequired
string

The registration delivery channel (for example, Webhook).

Enum: Webhook
eventsRequired
string

The list of events this registration subscribes to.

Enum: HSCodeAssigned