Salesforce · Example Payload

Salesforce Column Wrap Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

SiteTypeBillingCountryOwner.AliasPhoneName

Example Payload

Raw ↑
{
  "Site": true,
  "Type": true,
  "BillingCountry": 42,
  "Owner.Alias": true,
  "Phone": true,
  "Name": "Example Title"
}