Salesforce · Example Payload

Salesforce Record19 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

attributesCurrencyIsoCodeSalesTransactionShapeIdStartDateProductIdProductSellingModelIdQuantityPricingTransactionTypeMainSalesTrxnItemShapeIdAssocSalesTrxnItemShapeIdMainSalesTrxnItemShapeRoleAssocSalesTrxnItemShapeRoleAssociatedItemShapePricing

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",
  "MainSalesTrxnItemShapeId": "500123",
  "AssocSalesTrxnItemShapeId": "500123",
  "MainSalesTrxnItemShapeRole": "example_value",
  "AssocSalesTrxnItemShapeRole": "example_value",
  "AssociatedItemShapePricing": "example_value"
}