Salesforce · JSON Structure

Salesforce Record23 Structure

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

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

Properties

attributes Name Pricebook2Id QuoteId PricebookEntryId Product2Id Quantity UnitPrice PeriodBoundary BillingFrequency StartDate EndDate PeriodBoundaryDay

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Record23",
  "properties": {
    "attributes": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "method": {
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ]
    },
    "Name": {
      "type": "string"
    },
    "Pricebook2Id": {
      "type": "string"
    },
    "QuoteId": {
      "type": "string"
    },
    "PricebookEntryId": {
      "type": "string"
    },
    "Product2Id": {
      "type": "string"
    },
    "Quantity": {
      "type": "number"
    },
    "UnitPrice": {
      "type": "number"
    },
    "PeriodBoundary": {
      "type": "string"
    },
    "BillingFrequency": {
      "type": "string"
    },
    "StartDate": {
      "type": "string"
    },
    "EndDate": {
      "type": "string"
    },
    "PeriodBoundaryDay": {
      "type": "integer"
    }
  },
  "required": [
    "attributes"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}