Salesforce · Example Payload

Salesforce Links7 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

giftcommitmentgiftcommitmentschedulegiftdefaultdesignationgifttransactionpaymentinstrumentaccount

Example Payload

Raw ↑
{
  "giftcommitment": {
    "href": "example_value",
    "id": "abc123"
  },
  "giftcommitmentschedule": {
    "href": "example_value",
    "id": "abc123"
  },
  "giftdefaultdesignation": [],
  "gifttransaction": {
    "href": "example_value",
    "id": "abc123"
  },
  "paymentinstrument": {
    "href": "example_value",
    "id": "abc123"
  },
  "account": {
    "href": "example_value",
    "id": "abc123"
  }
}