Salesforce · Example Payload

Salesforce Up Down Vote Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Up Down Vote 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

downVoteCountmyVoteupVoteCount

Example Payload

Raw ↑
{
  "downVoteCount": 42,
  "myVote": "example_value",
  "upVoteCount": 42
}