Salesforce · Schema

ProcessParameter2

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
TransactionJournal object
PointsToDebit number
View JSON Schema on GitHub

JSON Schema

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