Salesforce · Example Payload

Salesforce Eligible Channel Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Eligible Channel 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

channelTypestoreretailLocationGroup

Example Payload

Raw ↑
{
  "channelType": "example_value",
  "store": {
    "name": "Example Title"
  },
  "retailLocationGroup": {
    "name": "Example Title"
  }
}