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
merthenmerthen 

Rest API - creating or updating multiple records

Is it possible to update or create or delete more than one record at a time using the REST API?  If so, how?

SuperfellSuperfell

No, use the bulk API for that case.

MagulanDuraipandianMagulanDuraipandian

http://infallibletechie.blogspot.in/2012/03/updating-data-into-salesforce-using-web.html

 

http://infallibletechie.blogspot.in/2012/03/inserting-data-into-salesforce-using.html

 

Check these links. May be useful to you.

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

 

SFDC Blog

 

If this post is your solution, kindly mark this as the solution.