Salesforce · Example Payload

Salesforce Picklist Value31 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

activedefaultValuelabelvalidForvalue

Example Payload

Raw ↑
{
  "active": true,
  "defaultValue": true,
  "label": "Example Title",
  "validFor": "example_value",
  "value": "example_value"
}