Salesforce · Example Payload

Salesforce Record21 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesCurrencyIsoCodeSalesTransactionShapeIdStartDateProductIdProductSellingModelIdQuantityPricingTransactionTypeEndDateAdjustmentTypeAdjustmentValueAdjustmentSourceSalesTransactionItemShapeIdAdjustmentAmountScope

Example Payload

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