Salesforce · JSON Structure

Salesforce Process Parameter2 Structure

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

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

Properties

TransactionJournal PointsToDebit

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ProcessParameter2",
  "properties": {
    "TransactionJournal": {
      "type": "object",
      "properties": {
        "ActivityDate": {
          "type": "string"
        },
        "ExternalTransactionNumber": {
          "type": "string"
        },
        "InvoiceDate": {
          "type": "string"
        },
        "JournalTypeName": {
          "type": "string"
        },
        "MembershipNumber": {
          "type": "string"
        },
        "TransactionAmount": {
          "type": "string"
        },
        "CurrencyIsoCode": {
          "type": "string"
        },
        "Status": {
          "type": "string"
        }
      },
      "required": [
        "ActivityDate",
        "ExternalTransactionNumber",
        "InvoiceDate",
        "JournalTypeName",
        "MembershipNumber",
        "TransactionAmount",
        "CurrencyIsoCode",
        "Status"
      ]
    },
    "PointsToDebit": {
      "type": "number"
    }
  },
  "required": [
    "TransactionJournal",
    "PointsToDebit"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}