Salesforce · Schema

Record19

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
attributes object
CurrencyIsoCode string
SalesTransactionShapeId string
StartDate string
ProductId string
ProductSellingModelId string
Quantity number
PricingTransactionType string
MainSalesTrxnItemShapeId string
AssocSalesTrxnItemShapeId string
MainSalesTrxnItemShapeRole string
AssocSalesTrxnItemShapeRole string
AssociatedItemShapePricing string
View JSON Schema on GitHub

JSON Schema

salesforce-record19-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "attributes": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "type"
      ]
    },
    "CurrencyIsoCode": {
      "type": "string",
      "example": "example_value"
    },
    "SalesTransactionShapeId": {
      "type": "string",
      "example": "500123"
    },
    "StartDate": {
      "type": "string",
      "example": "example_value"
    },
    "ProductId": {
      "type": "string",
      "example": "500123"
    },
    "ProductSellingModelId": {
      "type": "string",
      "example": "500123"
    },
    "Quantity": {
      "type": "number",
      "example": 42.5
    },
    "PricingTransactionType": {
      "type": "string",
      "example": "example_value"
    },
    "MainSalesTrxnItemShapeId": {
      "type": "string",
      "example": "500123"
    },
    "AssocSalesTrxnItemShapeId": {
      "type": "string",
      "example": "500123"
    },
    "MainSalesTrxnItemShapeRole": {
      "type": "string",
      "example": "example_value"
    },
    "AssocSalesTrxnItemShapeRole": {
      "type": "string",
      "example": "example_value"
    },
    "AssociatedItemShapePricing": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "attributes"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Record19"
}