Exemption Certificate Management
CertCapture RESTful APIs
ItemReverseSyncRegistrationOutputModel
Output model representing a Connector Data Sync (reverse sync) webhook registration.
This model is used in the following APIs:
Parameters
registrationIdOptional
integerThe unique identifier for this registration.
connectorNameOptional
stringThe connector name. This value is also used as the OAuth scope for the registration.
companyIdOptional
integerThe Avalara company identifier that owns this registration.
urlOptional
stringThe webhook callback URL that the connector exposes to receive notifications.
typeNameOptional
stringThe registration delivery channel (for example, Webhook).
Enum: Webhook
isActiveOptional
booleanIndicates whether this registration is currently active.
eventsOptional
stringThe list of events this registration subscribes to.
Enum: HSCodeAssigned
modifiedDateOptional
stringThe date and time when this record was last modified.
modifiedUserIdOptional
integerThe user ID who last modified this record.
createdDateOptional
stringThe date and time when this record was created.
createdUserIdOptional
integerThe user ID who created this record.