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
Laxman Vattam 26Laxman Vattam 26 

Bulk API - Patch from Apex

We are recieving data from external system and we are trying to process the data using apex and bulk api 2.0
As per Salesforce documentation for Bulk Api 2.0, when trying to perform 'Patch' method, it is throwing an error that 'Patch' is not supported
Based on various forums, tried below solutions but they are not working. How to get around this issue and execute bulk api from apex?

https://salesforce.stackexchange.com/questions/13294/patch-request-using-apex-httprequest
https://salesforce.stackexchange.com/questions/57215/how-can-i-make-a-patch-http-callout-from-apex
https://salesforce.stackexchange.com/questions/13294/patch-request-using-apex-httprequest
 
SandhyaSandhya (Salesforce Developers)