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
SumitkSumitk 

How to bulk process approval using REST API?

I need to approve bulk records so that I can set status of records as submitted. I used jsForce to approve records but it can only submit 1 record at a time.
Is there any other library or native APIs that can do the same?
Best Answer chosen by Sumitk
VinayVinay (Salesforce Developers) 
Hi Sumit,

Review below links which can help you.

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_process_approvals_bulk.htm
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_process_approvals.htm

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar