Versions Compared

Key

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

It is not possible to remove freerounds once they are created on game provider side (when player enters the game).

Parameters

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


Return Values

  • type - String




Code Block
titleREST REQUEST
Array
    (
        [api_password] => xapitest
        [api_login] => xapitest
        [method] => removeFreeRounds
        [playerids] => "220650,124144"
		[freeround_id] => "5bb1ba5a492f591694004d3e"
		[currency] => EUR
    )

...