Salesforce · Schema
TransactionJournal2
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| activityDate | string | |
| additionalTransactionJournalAttributes | array | |
| journalSubTypeName | string | |
| journalTypeName | string | |
| pointsChange | array | |
| transactionJournalId | string | |
| transactionJournalNumber | string |
JSON Schema
{
"type": "object",
"properties": {
"activityDate": {
"type": "string",
"example": "example_value"
},
"additionalTransactionJournalAttributes": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"journalSubTypeName": {
"type": "string",
"example": "example_value"
},
"journalTypeName": {
"type": "string",
"example": "example_value"
},
"pointsChange": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"transactionJournalId": {
"type": "string",
"example": "500123"
},
"transactionJournalNumber": {
"type": "string",
"example": "example_value"
}
},
"required": [
"activityDate",
"additionalTransactionJournalAttributes",
"journalSubTypeName",
"journalTypeName",
"pointsChange",
"transactionJournalId",
"transactionJournalNumber"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TransactionJournal2"
}