Salesforce · Example Payload

Salesforce Reward Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

rewardTypediscountAmountloyaltyProgramCurrencyNamepointsrelatedInformationnotesvoucherDefinitionNamevoucherExpirationDatevoucherEffectiveDateloyaltyProgramBadgeNamememberBadgeStatusbadgeValidityEndDatereasongameDefinitionName

Example Payload

Raw ↑
{
  "rewardType": "example_value",
  "discountAmount": 42,
  "loyaltyProgramCurrencyName": "example_value",
  "points": 10,
  "relatedInformation": "example_value",
  "notes": "example_value",
  "voucherDefinitionName": "example_value",
  "voucherExpirationDate": "example_value",
  "voucherEffectiveDate": "example_value",
  "loyaltyProgramBadgeName": "example_value",
  "memberBadgeStatus": "example_value",
  "badgeValidityEndDate": "example_value",
  "reason": "example_value",
  "gameDefinitionName": "example_value"
}