Newer Version Available
Transaction Journal Details
The details of the transaction journal that's created.
- JSON example
- This example shows a sample
response.
1 2 { 3 "discountsAppliedList": [ 4 { 5 "discountType": "ProvideDiscount", 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 "discountPercent":10, 20 "effectiveDate": "2025-10-09T00:00:00.000Z", 21 "expirationDate": "2025-10-10T00:00:00.000Z", 22 "faceValue": 100, 23 "productId":"01txx0000006iTsAAI", 24 "promotionId": "0c8SB000000HASn", 25 "voucherCode": "SALE-4F8G-RT2P", 26 "voucherDefinitionName": "$100 off", 27 "voucherId": "0kDSB0000000LNp" 28 } 29 ] 30 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| discountsAppliedList | Discount Details[] | List of discounts applied to the cart for customers. | Big, 65.0 | 65.0 |
| gamesAssignedList | Game Details[] | List of games assigned to the customers. | Big, 65.0 | 65.0 |
| id | String | The ID of the transaction journal that is created. | Big, 65.0 | 65.0 |
| voucherIssuedList | Voucher Details[] | List of vouchers issued to the customers. | Big, 65.0 | 65.0 |