You need to sign in to do that
Don't have an account?

can we update bulk records by using patch
can we update bulk records by using patch or put method with out using rest sourse class?
if it is possible please let me know with URI and Request body?
Thank you
KS Kumar
1) http://amitsalesforce.blogspot.in/2015/05/rest-api-new-resources-summer-15.html
Method :- Post
URL :- /services/data/v34.0/composite/batch
Request Body
NOTE:- Please replace id in URL
"url" : "v34.0/sobjects/account/0019000001hGWPb", ---------- Add real ID here
Let us know if this will help you
Thanks
Amit Chaudhary