Commerce
BCWebHook
Represents an entry that contains data about the external webhook, created by the processor to receive object updates. The entity is created using the "Start Real-Time Sync" action on the Entities (BC202000) form. The entity is removed with the "Stop Real-Time Sync" action on the Entities (BC202000) form.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
BindingID | int | Store | BCBinding | |
Description:Represents a store to which the entity belongs. The property is a key field. | ||||
ConnectorType | nvarchar | Connector | - | |
Description:Represents a connector to which the entity belongs. The property is a key field. | ||||
CreatedByID | uniqueidentifier | Created By | Users | |
Description:The ID of the account that created this record. | ||||
CreatedByScreenID | char(8) | - | ||
Description:The ID of the Screen that created this record. | ||||
CreatedDateTime | datetime | - | ||
Description:The Time this record was created | ||||
Destination | nvarchar(50) | Destination | - | |
Description:A local URL that reveives updates from the webhook. | ||||
HookRef | bigint | Webhook ID | - | |
Description:A local URL that listens to the webhook callbacks. | ||||
IsActive | bit | Is Active | - | |
Description:Determines whether the webhook is enabled. | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:The ID of the account that last modified this record. | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:The ID of the screen that last modified this record. | ||||
LastModifiedDateTime | datetime | - | ||
Description:The Time this record was last modified. | ||||
Scope | nvarchar(50) | Scope | - | |
Description:A type of the external change that fires the webhook. | ||||
SelectedNonexistent in DB | bool? | Selected | - | |
Description:Indicates if this record is currently selected or not. | ||||
StoreHash | nvarchar | Store Hash | - | |
Description:The hash for the store, used for validation. | ||||
Tstamp | timestamp | - | ||
Description:The Time Stamp for this record. | ||||
ValidationHash | nvarchar(256) | Validation Hash | - | |
Description:A validation hash that verifies webhook. | ||||