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
Harshal DhageHarshal Dhage 

Insert/Update multiple records in salesforce using webservice

Insert/Update multiple records in salesforce using webservice - Salesforce Stack ExchangeWhat are the possible way by which external system can insert/update multiple records in salesforce without writing any apex webservice. If webservice is required how it can be implemented. Please provide a sample code if you have any.
R Z KhanR Z Khan
You need to create a REST API using apex REST. more information below

https://developer.salesforce.com/page/Creating_REST_APIs_using_Apex_REST
Harshal DhageHarshal Dhage
I want to send data in the XML format. Is this possible using above solution?