Salesforce · JSON Structure

Salesforce Record21 Structure

Type: object Properties: 14 Required: 1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Record21 is a JSON Structure definition published by Salesforce, describing 14 properties, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

attributes CurrencyIsoCode SalesTransactionShapeId StartDate ProductId ProductSellingModelId Quantity PricingTransactionType EndDate AdjustmentType AdjustmentValue AdjustmentSource SalesTransactionItemShapeId AdjustmentAmountScope

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Record21",
  "properties": {
    "attributes": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ]
    },
    "CurrencyIsoCode": {
      "type": "string"
    },
    "SalesTransactionShapeId": {
      "type": "string"
    },
    "StartDate": {
      "type": "string"
    },
    "ProductId": {
      "type": "string"
    },
    "ProductSellingModelId": {
      "type": "string"
    },
    "Quantity": {
      "type": "number"
    },
    "PricingTransactionType": {
      "type": "string"
    },
    "EndDate": {
      "type": "string"
    },
    "AdjustmentType": {
      "type": "string"
    },
    "AdjustmentValue": {
      "type": "integer"
    },
    "AdjustmentSource": {
      "type": "string"
    },
    "SalesTransactionItemShapeId": {
      "type": "string"
    },
    "AdjustmentAmountScope": {
      "type": "string"
    }
  },
  "required": [
    "attributes"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}