Seamless
JDB Platform API
Functions
Player Management
Action 43: Jackpot Contributions On-Off Flag

Action 43: Jackpot Contributions On-Off Flag

Function Description

Turn OFF Jackpot functions for some players.

Parameters

ParameterFormatMandatoryDescription
actionIntegerY43
tsLongYCurrent system time
parentString(50)YAgent ID
uidString(50)YPlayer ID
jackpotFlagIntegerY0: On
1: Off

Example

{
  "action": 43,
  "ts": 1447452951820,
  "parent": "testag",
  "uid": "testpl01",
  "jackpotFlag": 1
}

Return Results

ParameterFormatDescription
statusString(4)Success: 0000

Error: See Error Codes in Appendix
err_textString(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."
}