Salesforce · Example Payload

Salesforce Process Parameter2 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

TransactionJournalPointsToDebit

Example Payload

Raw ↑
{
  "TransactionJournal": {
    "ActivityDate": "example_value",
    "ExternalTransactionNumber": "example_value",
    "InvoiceDate": "example_value",
    "JournalTypeName": "example_value",
    "MembershipNumber": "example_value",
    "TransactionAmount": "example_value",
    "CurrencyIsoCode": "example_value",
    "Status": "example_value"
  },
  "PointsToDebit": 42.5
}