function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gabriel ChapmanGabriel Chapman 

"Use Bulk API" module issue.

From the module:
"For the URI, replace the text in the URI text box with the following: /services/data/XX.0/jobs/ingest, where XX.0corresponds to the API version you’re using. Let’s note a few things about this URI."

"Like SOAP API, the API version number doesn’t include a v prefix."

It does in fact need the "v" prefix or otherwise does not find the service. This works:
/services/data/v41.0/jobs/ingest

This doesn't:
/services/data/41.0/jobs/ingest