/
7.3 removeFeatureBuy()
7.3 removeFeatureBuy()
It is not possible to remove featurebuys once they are created on game provider side (when player enters the game).
Parameters
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 parameter is not set it will take all players registered under given featurebuy_id. Note that these numbers are EXAMPLES
Return Values
type
- String
REST REQUEST
Array ( [api_password] => xapitest [api_login] => xapitest [method] => removeFeatureBuy [playerids] => "220650,124144" [featurebuy_id] => "5bb1ba5a492f591694004d3e" [currency] => EUR )
REST RESPONSE
ON ERROR
{ "error": 1, "message": "Gameprovider.removeFeatureBuy recieved invalid input:The featurebuy_id is not valid." }
ON SUCCESS
{ "error": 0, "response": { "successfull_removals": [ 124144 ], "unsuccessfull_removals": [ 220650 ] }, "currency": "EUR" }
, multiple selections available,
Related content
7.2 getFeatureBuy()
7.2 getFeatureBuy()
Read with this
6.3 removeFreeRounds()
6.3 removeFreeRounds()
More like this
7.1 addFeatureBuy()
7.1 addFeatureBuy()
More like this
4.1) logoutPlayer()
4.1) logoutPlayer()
More like this
2.3 logoutPlayer()
2.3 logoutPlayer()
More like this
20. setSystemUsername()
20. setSystemUsername()
More like this