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
redavis13redavis13 

BULK API Integration

Does anyone have any examples of using the BULK API with .NET, in vb or asp code?

Sridhar BonagiriSridhar Bonagiri
Hi,
Can you please let me know your requirement using BULK API?
redavis13redavis13

We have an external process that realigns accounts when sales rep's territories change. This process changes ownership of accounts, opportunities, contacts, tasks, events........

The biggest issue is setting sales teams. Our sales teams are 30- 50 per account, so when you realign 10 reps, with 200-400 accounts each, the numbers get quite high and take a long time to complete in the traditional way with using the WSDL and waiting for successful completion. So we want to utilize the BULK API and send the data, and wait for a response, albeit successful or not...