Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • string $featurebuy_id required string  - You get it in response of addFeatureBuy()
  • string $playerids =string - Value of the variable looks like 220650,124144 or 220650. If param parameter is not set it will take all players registered under given freeroundfeaturebuy_id. Note that these nubers numbers are EXAMPLES


Return Values

...

Panel
titleREST RESPONSE


Code Block
titleON ERROR
{
	"error": 1,
	"message": "Gameprovider.removeFreeRoundsremoveFeatureBuy recieved invalid input:The freeroundfeaturebuy_id is not valid."
}


Code Block
titleON SUCCESS
{
	"error": 0,
	"response": {
		"successfull_removals": [
			124144
		],
		"unsuccessfull_removals": [
			220650
		]
	},
	"currency": "EUR"
}


...