function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Yogesh K MishraYogesh K Mishra 

How to send the only updated fields as a response body into payload to Azure from the HTTP call PATCH event in Apex?

How to send the only updated fields as a response body into payload and then send it to Azure from the HTTP call PATCH event in Apex?

Requirement is: We have to create a single API so that any request that is coming from AZURE to get the account record, update the record or delete a record in Apex and then return the Payload into Azure system.
Help is much appriciated...