Action 43: Jackpot Contributions On-Off Flag
Function Description
Turn OFF Jackpot functions for some players.
Parameters
Parameter | Format | Mandatory | Description |
---|---|---|---|
action | Integer | Y | 43 |
ts | Long | Y | Current system time |
parent | String(50) | Y | Agent ID |
uid | String(50) | Y | Player ID |
jackpotFlag | Integer | Y | 0: On 1: Off |
Example
{
"action": 43,
"ts": 1447452951820,
"parent": "testag",
"uid": "testpl01",
"jackpotFlag": 1
}
Return Results
Parameter | Format | Description |
---|---|---|
status | String(4) | Success: 0000 Error: See Error Codes in Appendix |
err_text | String(255) | Error message |
Operation Sample
// Http Request
http://{API_Address}/apiRequest.do?dc=jb&x=udbFVt_xv0tsAmLDpz5Z3Ct4-p0gedUPdQO-UWsfd6PHz9Ky-wM3mIC9El4kwl_SlX3lpraVaCLnp-K0WsgKmpYTV9XpYncHzbtvn591qfaAwpGyOvsS4v1Yj7OvpRw_iU4554RuSsvHpI9jaj4XUgTK5yzbWKEddANjAAbxF0s=
// Http Response (success)
{
"status": "0000"
}
// Http Response (error)
{
"status": "9005",
"err_text": "Assertion(SAML) didn't pass the timestamp validation."
}