{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Cancel API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cancel", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Cancel a Voucher", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/loyalty/programs/:loyaltyProgramName/program-processes/:processName", "params": [ { "name": "loyaltyProgramName", "value": "example_value", "type": "path" }, { "name": "processName", "value": "example_value", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Standard Documentation:\n\n[https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_cancel_voucher.htm](https://developer.salesforce.com/docs/atlas.en-us.loyalty.meta/loyalty/connect_resources_cancel_voucher.htm)\n\nIn the Pre-request. Script Tab, make changes in the variables value accordingly with the real Process Name to invoke." } ] } ], "bundled": true }