/
4.1) logoutPlayer()
4.1) logoutPlayer()
Logout player using the data passed in the constructor.
REST REQUEST
Array ( [api_password] => xapitest [api_login] => xapitest [method] => logoutPlayer [user_id] => 123 [user_username] => domendomen2 [user_password] => 687ee8d988b2411bfc6983c4fca2f6c622819ac8 [currency] => EUR )
REST RESPONSE
{"error":0,"response": {"id":41457,"username":"xxdomendomen2","balance":"20.00","currencycode":"EUR","created":"2013-02-15 14:57:47","agent_balance":null}}
Source Code
public function logoutPlayer(){ // $player Array('username' => '', 'passwrd' => '') return $this->client->playerLogout($this->user); }
Related content
1.2 getGame() *
1.2 getGame() *
Read with this
2.3 logoutPlayer()
2.3 logoutPlayer()
More like this
Seamless integration
Seamless integration
Read with this
4) loginPlayer()
4) loginPlayer()
More like this
1.1 getGameList() *
1.1 getGameList() *
Read with this
1.2 loginPlayer() *
1.2 loginPlayer() *
More like this