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
stringThe connector name. This value is also used as the OAuth scope for the registration.
urlRequired
stringThe webhook callback URL that the connector exposes to receive notifications.
typeNameRequired
stringThe registration delivery channel (for example, Webhook).
Enum: Webhook
eventsRequired
stringThe list of events this registration subscribes to.
Enum: HSCodeAssigned