Exemption Certificate Management

CertCapture RESTful APIs

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