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
SwamplanderSwamplander 

Batch create & update of records possible with REST API?

Looking through the REST API documentation & searching this forum, I am not finding much information if it is posible and if so, how, to submit a batch of sfObject create / updates. Is it possible?

 

Would each transaction count against the 5,000 API limit in 24hrs or would the batch count as 1?

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell

You would use the bulk API, theres' no bulk create in the rest api.