Set a maximum 5 sets of bet limit to a user.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be 'SetBetLimit' | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in 'yyyyMMdddHHmmss' format | DateTime | Y |
Username | Username | String (20) | Y |
Currency | Currency: CNY USD Refer to Supported currencies | String (4) | Y |
Set1 | ID from QueryBetLimit | Int64 | Y |
Set2 | ID from QueryBetLimit | Int64 | Y |
Set3 | ID from QueryBetLimit | Int64 | N |
Set4 | ID from QueryBetLimit | Int64 | N |
Set5 | ID from QueryBetLimit | Int64 | N |
Gametype | roulette - for Roulette, otherwise no need this parameter or empty | String | N |
Name | Description | Type and Limit | Required? |
---|---|---|---|
ErrorMsgId | Error message: 0: Success 108: Username length/format incorrect 114: Currency not exist 116: Username does not exist 142: Parameter(s) error 147: BetLimit does not existed | Byte | Y |
ErrorMsg | Error message detail | String | Y |