Hi everyone,
I had implemented a web hook in 23R1 using the PX.Data.Webhooks.IWebhookHandler and I now attempt to upgrade my code to 23R2. In this version, the PX.Data.Webhooks.IWebhookHandler interface has been deprecated and I have to change my code so as to implement the interface PX.Api.Webhooks.IWebhookHandle instead. Does anyone has an exemple of webhook with this new interface ?
Thank you