Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Promotion Reward Application

Output representation details of the transaction journals that are created and processed.
JSON example
This example shows a sample response.
1{
2  "transactionJournalList": [
3    {
4      "discountsAppliedList": [
5        {
6          "discountAmount": 15
7        }
8      ],
9      "gamesAssignedList": [
10        {
11          "gameDefinitionName": "SpintheWheelGame",
12          "gameExpirationDate": "2025-10-10T00:00:00.000Z",
13          "gameParticipantRewardId": "3PRSB0000004LFZ"
14        }
15      ],
16      "id": "0lVSB00000E76ev",
17      "voucherIssuedList": [
18        {
19          "effectiveDate": "2025-10-09T00:00:00.000Z",
20          "expirationDate": "2025-10-10T00:00:00.000Z",
21          "faceValue": 100,
22          "promotionId": "0c8SB000000HASn",
23          "voucherCode": "SALE-4F8G-RT2P",
24          "voucherDefinitionName": "$100 off",
25          "voucherId": "0kDSB0000000LNp"
26        }
27      ]
28    }
29  ]
30}
Property Name Type Description Filter Group and Version Available Version
transaction​JournalList Transaction Journal Details[] List of the transaction journals that are processed and created. Big, 65.0 65.0