Create job
POST {{_endpoint}}/services/data/v{{version}}/jobs/ingest
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"id": "750...",
"operation": "insert",
"object": "Account",
"createdById": "005...",
"createdDate": "<datetime>",
"systemModstamp": "<datetime>",
"state": "Open",
"concurrencyMode": "Parallel",
"contentType": "CSV",
"apiVersion": 58,
"contentUrl": "services/data/v58.0/jobs/ingest/750.../batches",
"lineEnding": "LF",
"columnDelimiter": "COMMA"
} |
ENDPOINTS