PROCEDURE SETESPORTSERASEFRAMEPHOTO

It allows to an admin system from an ESport to erase a photo for his landpage in the middle frame.

Must be specified the position within the list, starting with zero (for the first one).

This procedure must be used with the method GET.

Input parameters:

  • CyberName = License’s name for the E-Sport.
  • UserName = UserName.
  • Token = Session Token.
  • Ord = Position number within the list.

Example of use:

https://wingamer.ar/ApiMasterControl/SetESportsEraseFramePhoto.php?CyberName=abc&UserName=abc&Token=2323&Ord=0

Output:

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