Version Information
|
Version |
Content |
Publish Date |
|
1.0.0 |
First version published. |
Free Games Plus Real Time Assignment API
Use this API to assign a player to a free game instance in real time.
Request
Parameters
|
Parameter |
Description |
|---|---|
|
playerId |
Please input a valid player ID. |
|
agentCode |
Input a valid agent code. |
Example Request Body
JSON
{
"offerName": "string",
"offerGames": [
{
"nearestCostPerBet": 0,
"gameCode": "string"
}
],
"offerAvailableToPlayerFromDateUTC": "2025-08-05T06:45:34.861Z",
"offerAvailableToPlayerToDateUTC": "2025-08-05T06:45:34.861Z",
"numberOfRounds": 100
}
Request Body Schema
Responses