/
addFreeRounds
addFreeRounds
Request
{
"api_login": "danitestdev_s",
"api_password": "12345678",
"method": "addFreeRounds",
"title": "freeround 1",//not mandatory
"playerids": "960657",//user_username in getGame
"gameids": "2057",
"available": 4, //number of freerounds
"validTo": "2019-01-22",
"validFrom": "2019-01-21",
"betlevel": "min",//Possible values are: min, mid, max. It defines the cost of the bet during the freerounds
"currency": "EUR"
}
Min value is min bet in the game. Mid 0.5€ - 2€, max around 4€
"validFrom" time should start at 00:00 and "validTo" should end at 23:59:59 server time
Response
{
"error": 0,
"response": "{\"created\":1,\"freeround_id\":\"5c45d2b470d554210e0516ff\"}",
"currency": "EUR"
}
On error provide meaningful message
{
"error": 1,
"message": "addFreeRounds: Date 'validTo' can't be smaller then todays date!"
}
, multiple selections available,
Related content
Seamless player debit callback
Seamless player debit callback
More like this
Seamless player balance callback
Seamless player balance callback
Read with this
6.2 getFreeRounds()
6.2 getFreeRounds()
More like this
GameProvider integration to BOG
GameProvider integration to BOG
Read with this
6.1 addFreeRounds()
6.1 addFreeRounds()
More like this
Frequently asked questions
Frequently asked questions
Read with this