{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Procedure API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Procedure", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Integration Procedure Invocation Using Get", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/apexrest/:NAMESPACE/v1/integrationprocedure/:TYPE_SUBTYPE", "params": [ { "name": "NAMESPACE", "value": "example_value", "type": "path", "description": "The namespace: `omnistudio`, `vlocity_ins`, `vlocity_cmt`, or `vlocity_ps`" }, { "name": "TYPE_SUBTYPE", "value": "example_value", "type": "path", "description": "Type and SubType of the Integration Procedure separated by an underscore." } ] }, "docs": "Salesforce Integration Procedure Invocation Using Get" }, { "info": { "name": "Salesforce Integration Procedure Invocation Using Post", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/apexrest/:NAMESPACE/v1/integrationprocedure/:TYPE_SUBTYPE", "params": [ { "name": "NAMESPACE", "value": "example_value", "type": "path", "description": "The namespace is `omnistudio`, `vlocity_ins`, `vlocity_cmt`, or `vlocity_ps`" }, { "name": "TYPE_SUBTYPE", "value": "example_value", "type": "path", "description": "Type and SubType of the Integration Procedure separated by an underscore." } ] }, "docs": "Salesforce Integration Procedure Invocation Using Post" } ] } ], "bundled": true }