Update Player Bet Limits
User API
Update Player Bet Limits
Update player bet limit settings
PUT
Update Player Bet Limits
Possible Error Codes for this API
Possible Error Codes for this API
| Code | Description |
|---|---|
| 0 | Success |
| 2 | Invalid parameter |
| 4 | Customer does not exist |
| 19 | Request limit reached |
| 20 | Secret key error |
| 25 | Type parameter error |
| 36 | Server error |
| 41 | The specified bet limit is not available on the parent agent account |
| 42 | Request rate too high |
| 9999 | Unknown error |
Body
application/json
Platform-defined unique request ID, length >= 32 and <= 128 bytes
Platform product ID
User account in game (max 23 characters, lowercase letters and numbers only, only one account per request)
Bet limit ID (only one ID per request)
Limit setting type (1: Delete, 2: Replace). Use 2 (Replace) to assign a bet limit when the player currently has none
md5(username + limit_id + type + platform secret key)
Response
Success