Salesforce · Example Payload

Salesforce Record22 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Record22 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

referenceIdrecord

Example Payload

Raw ↑
{
  "referenceId": "500123",
  "record": {
    "attributes": {
      "type": "example_value",
      "method": "example_value"
    },
    "Name": "Example Title",
    "Pricebook2Id": "500123",
    "QuoteId": "500123",
    "PricebookEntryId": "500123",
    "Product2Id": "500123",
    "Quantity": 42.5,
    "UnitPrice": 42.5,
    "PeriodBoundary": "example_value",
    "BillingFrequency": "example_value",
    "StartDate": "example_value",
    "EndDate": "example_value",
    "PeriodBoundaryDay": 10
  }
}