Salesforce · Example Payload

Salesforce Update Commitments Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

amounttransactionPeriodtransactionIntervaltransactionDaystartDateendDatecampaignoutreachSourceCodedonorpaymentInstrumentgiftCommitmentCustomFieldsgiftCommitmentScheduleCustomFields

Example Payload

Raw ↑
{
  "amount": 42.5,
  "transactionPeriod": "example_value",
  "transactionInterval": 10,
  "transactionDay": "example_value",
  "startDate": "example_value",
  "endDate": "example_value",
  "campaign": {
    "id": "abc123"
  },
  "outreachSourceCode": {
    "id": "abc123",
    "sourceCode": "example_value"
  },
  "donor": {
    "donorType": "example_value",
    "organizationName": "example_value",
    "firstName": "example_value",
    "lastName": "example_value",
    "phone": "example_value",
    "email": "user@example.com",
    "address": [],
    "accountCustomFields": 42
  },
  "paymentInstrument": {
    "type": "example_value",
    "accountHolderName": 42,
    "expiryMonth": "example_value",
    "expiryYear": "example_value",
    "last4": "example_value",
    "cardBrand": "example_value",
    "bankName": "example_value",
    "digitalWalletProvider": "example_value",
    "bankAccountHolderType": 42,
    "bankAccountType": 42,
    "bankAccountNumber": 42,
    "bankCode": "example_value",
    "gatewayName": "example_value",
    "processorName": "example_value",
    "processorPaymentReference": "example_value",
    "gatewayReference": "example_value"
  },
  "giftCommitmentCustomFields": [],
  "giftCommitmentScheduleCustomFields": []
}