It allows to any user to select an existing avatar representing his profile.
This procedure must be used with the method GET.
The image can be any of: ‘jpg’, ‘jpeg’, ‘png’, ‘gif’.
The image max size can be 512KB, up to 256×256 pixels.
Input parameters:
- CyberName = License’s name for the E-Sport.
- UserName = UserName.
- Token = Session Token.
- SelNumber = Number ID of selected avatar.
Example of use:
Output:
- Array Object [ {“ResponseClass”: “OK”} ]
- Array Object [ {“ResponseClass”: “ERROR”, “Param1”: “error message”} ]