Salesforce · Example Payload

Salesforce Process Parameter5 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

MemberIdVoucherCodeVoucherFaceValueVoucherExpirationDate

Example Payload

Raw ↑
{
  "MemberId": "500123",
  "VoucherCode": "example_value",
  "VoucherFaceValue": 10,
  "VoucherExpirationDate": "example_value"
}