Codeunit "Webhook Management"
ID 5377
Namespace: System.Integration
Methods
GetNotificationUrl
procedure GetNotificationUrl(): Text[250]
Returns
| Type |
Description |
|
Text[250]
|
|
IsCurrentClientTypeAllowed
procedure IsCurrentClientTypeAllowed(): Boolean
Returns
IsSyncAllowed
procedure IsSyncAllowed(): Boolean
Returns
FindMatchingWebhookSubscription
procedure FindMatchingWebhookSubscription(var WebhookSubscription: Record "Webhook Subscription", SubscriptionEndpoint: Text): Boolean
Parameters
| Name |
Type |
Description |
|
WebhookSubscription
|
Record "Webhook Subscription"
|
|
|
SubscriptionEndpoint
|
Text
|
|
Returns
FindWebhookSubscriptionMatchingEndPointUri
procedure FindWebhookSubscriptionMatchingEndPointUri(var WebhookSubscription: Record "Webhook Subscription", EndpointUriTxt: Text, StartIndex: Integer, PathLength: Integer): Boolean
Parameters
| Name |
Type |
Description |
|
WebhookSubscription
|
Record "Webhook Subscription"
|
|
|
EndpointUriTxt
|
Text
|
|
|
StartIndex
|
Integer
|
|
|
PathLength
|
Integer
|
|
Returns
IsValidNotificationRunAsUser
procedure IsValidNotificationRunAsUser(UserSecurityId: Guid): Boolean
Parameters
| Name |
Type |
Description |
|
UserSecurityId
|
Guid
|
|
Returns
See also