How to send delivery acknowledgement and process acknowledgement to third party in REST integration?
I want to send a delivery acknowledgement when I'm receiving an update request from third party in REST integration, and I have to again send them a process acknowledgment after I parse this update request to the staging table and process it, how to ...