Salesforce · Example Payload

Salesforce Fields17 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

NameRating

Example Payload

Raw ↑
{
  "Name": "Example Title",
  "Rating": {
    "displayValue": "example_value",
    "value": "example_value"
  }
}