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
Sri K 67Sri K 67 

how can I upgrade to bulk api 2.0 from existing version?

SubratSubrat (Salesforce Developers) 
Hello Sri ,

SOAP API and REST API calls (which include Bulk API calls) are counted against an organization's API call limit.

Requesting you to go through this article for the same ->
https://help.salesforce.com/s/articleView?id=000385367&type=1 (https://help.salesforce.com/s/articleView?id=000385367&type=1)

If if helps please mark this as Best Answer.
Thank you.
Sri K 67Sri K 67
Thanks for getting back promptly on this, we currently have Bulk API integration but would like to know if I want to upgrade to 2.0 is ther a way to do it?

Also I am getting acquainted to SalesForce integration, so any help would be appreciated?
SubratSubrat (Salesforce Developers) 
Hello Sri ,

This API is enabled by default for Performance, Unlimited, Enterprise, and Developer Editions. The “API Enabled” permission must be enabled for your Org.

Also please follow this discussion for the further reference -> https://developer.salesforce.com/forums/?id=906F0000000D7RxIAKg  (https://developer.salesforce.com/forums/?id=906F0000000D7RxIAK)

With the above discussion you would be able to know whether the API enabled permisson is checked for your Org or not .

If the above information helps , please mark it as Best Answer.
Thank you.
Sri K 67Sri K 67
We have a custom implementation which is using BulkConnection API from Force

There was a request from customer to use Bulk API 2.0 going forward, not sure how this can be upgraded?
Chase FrisbieChase Frisbie
With Bulk API 2.0, you can insert, update, upsert, or delete large data sets. Prepare a comma-separated value (CSV) file representation of the data you want to upload, create a job, upload job data, and let Salesforce take care of the rest within your org. CFAHome (https://www.cfa-home.com/)