Salesforce · JSON Structure

Salesforce Record17 Structure

Type: object Properties: 9 Required: 2
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Record17 is a JSON Structure definition published by Salesforce, describing 9 properties, of which 2 are 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

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Record17",
  "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"
    }
  },
  "required": [
    "attributes",
    "CurrencyIsoCode"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}