Procedure SetESportsAddRightBandPhoto

It allows to an admin system from an ESport to add little ads for his landpage. The ads will be placed in the right band of your landpage.

This procedure must be used with the method POST.

The image can be any of: ‘jpg’, ‘jpeg’, ‘png’, ‘gif’.

The image max size can be 2.5MB.

Input parameters:

  • CyberName = License’s name for the E-Sport.
  • UserName = UserName.
  • Token = Session Token.
  • file = photo file binary encode.

Example of use:

https://wingamer.ar/ApiMasterControl/SetESportsAddRightBandPhoto.php

Output:

  • Array Object [ {“ResponseClass”: “OK”} ]
  • Array Object [ {“ResponseClass”: “ERROR”, “Param1”: “error message”} ]