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
RPKRPK 

Send changes to API

I have a small requirement and I am new to Salesforce.
Whenever any new record is added in Salesforce or updated, the changes should be passed to my .NET API as XML data.

I want to know how to create an XML is Salesforce of the updated data and how to invoke the consumed API?