Salesforce · Example Payload

Salesforce Record20 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Record20 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"
    },
    "CurrencyIsoCode": "example_value",
    "SalesTransactionShapeId": "500123",
    "StartDate": "example_value",
    "ProductId": "500123",
    "ProductSellingModelId": "500123",
    "Quantity": 42.5,
    "PricingTransactionType": "example_value",
    "EndDate": "example_value",
    "AdjustmentType": "example_value",
    "AdjustmentValue": 10,
    "AdjustmentSource": "example_value",
    "SalesTransactionItemShapeId": "500123",
    "AdjustmentAmountScope": "example_value"
  }
}