Posts

Showing posts from 2017

Create Salesforce bulk API job with Workbench

In this module we will learn how to create bulk API job and integrate with salesforce. Bulk API is a RESTful operation so we will use workbench to get this done [** Go : https://workbench.developerforce.com > Utilities > REST Explorer] Part I : Create  bulkAPI job and it's batch: ============================== Step 1) Create/open a job (using workbech)  ************ a. endpoint : /services/async/39.0/job b. method/call : POST c. Header : ------- Content-Type: application/json; charset=UTF-8 Accept: application/json X-SFDC-Session: <SessionID> ------- d. Body: ------- { "operation":"insert", "object":"Account", "contentType":"JSON" } ------- e. Click " Execute " Result : ------- { "apexProcessingTime":0, "apiActiveProcessingTime":0, "apiVersion":39.0, "assignmentRuleId":null, "concurrencyMode":"Para