Transfer all amount from the user’s balance.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be "DebitAllBalance" | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in "yyyyMMddHHmmss" format | DateTime | Y |
Username | Username | String (28) | Y |
OrderId | Order ID: OUT+YYYYMMDDHHMMSS+Username e.g. “OUT20131129130345peter1235” | String (64) | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
Username | Username | String (28) | Y |
Balance | Active Balance, excluding BetAmount & WithholdAmount | Decimal | Y |
BetAmount | Total amount withhold by unfinished slot games and table games | Decimal | Y |
WithholdAmount | Total amount withhold by unfinished fishing games | Decimal | Y |
DebitAmount | Debited amount | Decimal | Y |
OrderId | Order ID | String (64) | Y |
ErrorMsgId | Error message: 0: Success 106: Server not ready. Try again later. 116: Username does not exist 122: Order ID already exists 124: Database error 127: Invalid order ID format | Byte | Y |
ErrorMsg | Error message detail | String | Y |