Salesforce · Example Payload

Salesforce Successful S Object Collections Retrieve Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesNameId

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "Name": "Example Title",
  "Id": "abc123"
}