Salesforce · Example Payload

Salesforce Record23 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesNamePricebook2IdQuoteIdPricebookEntryIdProduct2IdQuantityUnitPricePeriodBoundaryBillingFrequencyStartDateEndDatePeriodBoundaryDay

Example Payload

Raw ↑
{
  "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
}