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
Fenil Suthar 007Fenil Suthar 007 

How to create Multiple Opportunity Using .net Code & Salesforce Connected APP Callback URL

I want to create Multiple Opportunity Using .net Code & Salesforce Connected APP Callback URL. I have tried using Rest API but Rest API Only Allow insert one record At Time.
ShashankShashank (Salesforce Developers) 
With Summer '15, you have a new "Batch" resource which lets you create multiple records: https://help.salesforce.com/apex/HTViewSolution?urlname=Summer-15-REST-API-Updates&language=en_US

Else, you should be using the bulk API instead: https://www.salesforce.com/us/developer/docs/api_asynch/Content/asynch_api_intro.htm