EN
Español
English
Português
    AFLS_WEBHOOKS_CONFIGURATION

    Table stores configurations for webhook invocations

    Data model

    Fields

    Field Type Description
    configuration* VARCHAR (MAX) Configuration Json
    date_created* DATETIME Configuration creation date
    id* INT Unique identifier of the table
    is_active* BIT Identifies whether the setting is active or inactive
    type_id* INT Invocation type identifier

    Primary Key

    PK_AFLS_WEBHOOKS_CONFIGURATION
    id

    References

    Column Referenced Table Referenced column Name
    type_id* dbo.AFLS_WEBHOOKS_TYPE id FK01_AFLS_WEBHOOKS_CONFIGURATION