Home
Salesforce
Salesforce Transaction Journals Simulation Request Structure
Salesforce Transaction Journals Simulation Request Structure
Type: object
Properties: 2
Required: 2
Fortune 500 AI Analytics Cloud Commerce CRM Customer Service Enterprise Marketing Platform Sales
TransactionJournalsSimulationRequest 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
transactionJournals
runSetting
Meta-schema: https://json-structure.org/draft/2020-12/schema
JSON Structure
{
"type": "object",
"name": "TransactionJournalsSimulationRequest",
"properties": {
"transactionJournals": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"CurrencyIsoCode": {
"type": "string"
},
"ActivityDate": {
"type": "string"
},
"JournalDate": {
"type": "string"
},
"Brand": {
"type": "string"
},
"Establishment": {
"type": "string"
},
"ExternalTransactionNumber": {
"type": "string"
},
"JournalTypeId": {
"type": "string"
},
"LoyaltyProgramId": {
"type": "string"
},
"MemberId": {
"type": "string"
},
"TransactionAmount": {
"type": "string"
},
"TransactionLocation": {
"type": "string"
},
"VoucherCode": {
"type": "string"
},
"Origin": {
"type": "string"
},
"Distance": {
"type": "string"
},
"Destination": {
"type": "string"
},
"FlightNumber": {
"type": "string"
},
"Status": {
"type": "string"
}
},
"required": [
"CurrencyIsoCode",
"ActivityDate",
"JournalDate",
"Brand",
"Establishment",
"ExternalTransactionNumber",
"JournalTypeId",
"LoyaltyProgramId",
"MemberId",
"TransactionAmount",
"TransactionLocation",
"VoucherCode",
"Origin",
"Distance",
"Destination",
"FlightNumber",
"Status"
]
}
},
"runSetting": {
"type": "object",
"properties": {
"isSimulation": {
"type": "boolean"
}
},
"required": [
"isSimulation"
]
}
},
"required": [
"transactionJournals",
"runSetting"
],
"$schema": "https://json-structure.org/draft/2020-12/schema"
}