make_bulk_batch_details_url: Bulk Batch Details URL Generator

View source: R/endpoints-bulk.R

make_bulk_batch_details_urlR Documentation

Bulk Batch Details URL Generator

Description

Bulk Batch Details URL Generator

Usage

make_bulk_batch_details_url(job_id, batch_id, api_type = c("Bulk 1.0"))

Arguments

job_id

character; the Salesforce Id assigned to a submitted job as returned by sf_create_job_bulk. It will start with "750".

batch_id

character; the Salesforce Id assigned to a submitted batch as returned by sf_create_batches_bulk. It will start with "751".

api_type

character; a string indicating which Bulk API to execute the call against.

Value

character; a complete URL (as a string) that will be used to send subsequent Bulk API calls to. This URL is specific to your instance and the API version being used.

Note

This function is meant to be used internally. Only use when debugging.


salesforcer documentation built on March 18, 2022, 6:26 p.m.