| operation |
string |
The DML operation to perform on the records. Use insert to create new records, update to modify existing records, upsert to create or update based on an external ID, delete to soft-delete records, or |
| object |
string |
The API name of the Salesforce SObject type for this job (e.g., Account, Contact, MyCustomObject__c). |
| externalIdFieldName |
string |
Required for upsert operations. The API name of the external ID field used to match records for upsert. |
| contentType |
string |
The format of the data to be uploaded. Currently only CSV is supported. |
| lineEnding |
string |
The line ending character used in the uploaded CSV data. Use LF for Unix-style line endings or CRLF for Windows-style. |
| columnDelimiter |
string |
The delimiter character used between fields in the CSV data. Defaults to COMMA. |
| assignmentRuleId |
string |
The ID of an assignment rule to apply when inserting or updating Case or Lead records. |