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.
Game Details (Promotion)
The details of the game that's assigned to the customer.
- JSON example
- This example shows a sample
response.
1 2 "gamesAssignedList": [ 3 { 4 "gameDefinitionName": "SpintheWheelGame", 5 "gameExpirationDate": "2025-10-10T00:00:00.000Z", 6 "gameParticipantRewardId": "3PRSB0000004LFZ" 7 } 8 ]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| gameDefinitionName | String | Name of the game that's assigned to a customer. | Big, 65.0 | 65.0 |
| gameExpirationDate | String | Date on which the game expires for the customer. | Big, 65.0 | 65.0 |
| gameParticipantRewardId | String | The ID of the game participant reward record that stores the details of the reward that the customer receives after they play the game. | Big, 65.0 | 65.0 |