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
Vishnu Prasad 18Vishnu Prasad 18 

Apex Web Service to create multiple records

Hi Team,

I am working on a requirement where in I need to explose Apex class as web service which can accepts request to create multple records. Lets consider ,there is a custom object called "Booking". Apex web service will accept request to create multiple booking at a time. Request may contain more than 5000 records as well. Please suggest how to develop this.

Thanks,
  Vishnu

 
Vishnu Prasad 18Vishnu Prasad 18
Hi Team,

This has to be SOAP based not the REST based.

Thanks,
  Vishnu