Salesforce · Schema

IngestJobRequest

Configuration parameters for creating a new Bulk API 2.0 ingest job.

Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
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.
View JSON Schema on GitHub

JSON Schema

salesforce-bulk-2-ingest-job-request-schema.json Raw ↑
{
  "type": "object",
  "description": "Configuration parameters for creating a new Bulk API 2.0 ingest job.\n",
  "properties": {
    "operation": {
      "type": "string",
      "description": "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 hardDelete to permanently delete records.\n",
      "example": "insert",
      "enum": [
        "insert",
        "update",
        "upsert",
        "delete",
        "hardDelete"
      ]
    },
    "object": {
      "type": "string",
      "description": "The API name of the Salesforce SObject type for this job (e.g., Account, Contact, MyCustomObject__c).\n",
      "example": "example_value"
    },
    "externalIdFieldName": {
      "type": "string",
      "description": "Required for upsert operations. The API name of the external ID field used to match records for upsert.\n",
      "example": "example_value"
    },
    "contentType": {
      "type": "string",
      "description": "The format of the data to be uploaded. Currently only CSV is supported.\n",
      "example": "CSV",
      "enum": [
        "CSV"
      ]
    },
    "lineEnding": {
      "type": "string",
      "description": "The line ending character used in the uploaded CSV data. Use LF for Unix-style line endings or CRLF for Windows-style.\n",
      "example": "LF",
      "enum": [
        "LF",
        "CRLF"
      ]
    },
    "columnDelimiter": {
      "type": "string",
      "description": "The delimiter character used between fields in the CSV data. Defaults to COMMA.\n",
      "example": "COMMA",
      "enum": [
        "COMMA",
        "TAB",
        "PIPE",
        "SEMICOLON",
        "CARET",
        "BACKQUOTE"
      ]
    },
    "assignmentRuleId": {
      "type": "string",
      "description": "The ID of an assignment rule to apply when inserting or updating Case or Lead records.\n",
      "example": "500123"
    }
  },
  "required": [
    "operation",
    "object"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IngestJobRequest"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/salesforce-bulk-2-ingest-job-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.