Salesforce · Example Payload

Salesforce Successful S Object Collections Upsert Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Successful S Object Collections Upsert Example is an example object payload from Salesforce, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idsuccesserrorscreated

Example Payload

Raw ↑
{
  "id": "abc123",
  "success": true,
  "errors": [],
  "created": true
}