Salesforce · Example Payload

Salesforce Associated Account Details Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Associated Account Details 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

namephonewebsiteallowDuplicateRecords

Example Payload

Raw ↑
{
  "name": "Example Title",
  "phone": "example_value",
  "website": "example_value",
  "allowDuplicateRecords": "example_value"
}