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
integer

The unique identifier for this registration.

connectorNameOptional
string

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

companyIdOptional
integer

The Avalara company identifier that owns this registration.

urlOptional
string

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

typeNameOptional
string

The registration delivery channel (for example, Webhook).

Enum: Webhook
isActiveOptional
boolean

Indicates whether this registration is currently active.

eventsOptional
string

The list of events this registration subscribes to.

Enum: HSCodeAssigned
modifiedDateOptional
string

The date and time when this record was last modified.

modifiedUserIdOptional
integer

The user ID who last modified this record.

createdDateOptional
string

The date and time when this record was created.

createdUserIdOptional
integer

The user ID who created this record.