Salesforce · JSON Structure

Salesforce Transaction Journal5 Structure

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

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

Properties

ActivityDate ExternalTransactionNumber InvoiceDate JournalTypeName MembershipNumber TransactionAmount CurrencyIsoCode Status

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

JSON Structure

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