make_bulk_create_job_url: Bulk Create Job URL Generator

View source: R/endpoints-bulk.R

make_bulk_create_job_urlR Documentation

Bulk Create Job URL Generator

Description

Bulk Create Job URL Generator

Usage

make_bulk_create_job_url(
  api_type = c("Bulk 1.0", "Bulk 2.0"),
  query_operation = FALSE
)

Arguments

api_type

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

query_operation

logical; an indicator of whether the call is for a query or another operation, such as, CRUD operations.

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.