Skip to main content
Commerce

BCWebHook

PX.Commerce.CoreRelease 2025.2

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 NameTypeDisplay NameForeign Key
BindingID
intStoreBCBinding
Description:Represents a store to which the entity belongs. The property is a key field.
ConnectorType
nvarcharConnector-
Description:Represents a connector to which the entity belongs. The property is a key field.
CreatedByIDDefault Navigation
uniqueidentifierCreated ByUsers
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
bigintWebhook ID-
Description:A local URL that listens to the webhook callbacks.
IsActive
bitIs Active-
Description:Determines whether the webhook is enabled.
LastModifiedByIDDefault Navigation
uniqueidentifierLast Modified ByUsers
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
nvarcharStore 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.