Set the user’s maximum daily winning. User cannot place bet if his winning exceed this setting.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be "SetUserMaxWinning" | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in "yyyyMMddHHmmss" format | DateTime | Y |
Username | Username | String (28) | Y |
MaxWinning | Maximum daily winning | Decimal | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
ErrorMsgId | Error message: 0: Success 116: Username does not exist 142: Parameter(s) error | Byte | Y |
ErrorMsg | Error message detail | String | Y |