Upload Job Data
Uploads CSV data for the job to process. A job can consist of one or more data files.
After all of the data has been uploaded, the job should be closed to indicate the data is ready to
be processed.
Syntax
- URI
- /api/v1/ingest/jobs/{id}/batches
- Available since release
- Salesforce CDP v1.0, Salesforce v51.0
- Formats
- TEXT/CSV
- HTTP methods
- PUT
- Authentication
- Authorization: Bearer access_token
- Request body
- Include the CSV file with record data.
- Request parameters
-
Parameter Description id The job id returned in the response body from the Create Job request. - Request body
- None. Returns a status code of 202 (Accepted), which indicates that the job data was successfully received by Salesforce.