• Kevin Walker 10
  • NEWBIE
  • 0 Points
  • Member since 2015


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I'm trying to determine If I need 2 API logins VS one. Scenario: 1 process Calls periodically throughout the day (SOAP), 2nd Process does a BULK API at 8AM, 12PM, 3 PM. What happens if the 1st process is in a session, and the 2nd process starts up? does it stop the 1st session or vice versa, if the 1st API interupts the session of the bulk api?

Does the Bulk API work like the SOAP API and begins a session (I assume so)