Salesforce · Example Payload

Salesforce Transaction History Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Transaction History 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

messagestatustotalCounttransactionJournals

Example Payload

Raw ↑
{
  "message": "example_value",
  "status": true,
  "totalCount": 42,
  "transactionJournals": []
}