Salesforce · Example Payload

Salesforce Successful Bulk Close Job Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Successful Bulk Close Job Example is an example object payload from Salesforce, with 24 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

apexProcessingTimeapiActiveProcessingTimeapiVersionassignmentRuleIdconcurrencyModecontentTypecreatedByIdcreatedDateexternalIdFieldNamefastPathEnabledidnumberBatchesCompletednumberBatchesFailednumberBatchesInProgressnumberBatchesQueuednumberBatchesTotalnumberRecordsFailednumberRecordsProcessednumberRetriesobjectoperationstatesystemModstamptotalProcessingTime

Example Payload

Raw ↑
{
  "apexProcessingTime": 1700000000000,
  "apiActiveProcessingTime": 1700000000000,
  "apiVersion": 10,
  "assignmentRuleId": "500123",
  "concurrencyMode": "example_value",
  "contentType": "example_value",
  "createdById": "500123",
  "createdDate": "example_value",
  "externalIdFieldName": "example_value",
  "fastPathEnabled": true,
  "id": "abc123",
  "numberBatchesCompleted": 10,
  "numberBatchesFailed": 10,
  "numberBatchesInProgress": 10,
  "numberBatchesQueued": 10,
  "numberBatchesTotal": 42,
  "numberRecordsFailed": 10,
  "numberRecordsProcessed": 10,
  "numberRetries": 10,
  "object": "example_value",
  "operation": "example_value",
  "state": "example_value",
  "systemModstamp": "example_value",
  "totalProcessingTime": 1700000000000
}