CreateFreeRoundsRequest
extIDstringrequired
Free rounds ID (external). Used as idempotency key. Same ID can be used to create free rounds only once.
cIDuuidrequired
Client's ID (internal)
extCIDstringrequired
External Client's ID (game aggregator or casino)
gameIDsstring[]
List of game IDs. If not provided, free rounds will be available for all games.
userIDsstring[]
List of player IDs (external). If not provided, free rounds will be available for all players.
currencystringrequired
Currency code in ISO4217
quantityint32required
Number of free rounds.
Possible values: >= 1
and <= 99
betLineint32required
Number of bet line configured for this game/provider.
Possible values: >= 1
and <= 99
validFromdate-timerequired
Start date when free rounds become available.
validUntildate-time
End date when free rounds become unavailable. If not provided then this campaign never ends.
CreateFreeRoundsRequest
{
"extID": "string",
"cID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"extCID": "string",
"gameIDs": [
"string"
],
"userIDs": [
"string"
],
"currency": "string",
"quantity": 0,
"betLine": 0,
"validFrom": "2024-07-29T15:51:28.071Z",
"validUntil": "2024-07-29T15:51:28.071Z"
}