PROCEDURE SETESPORTSDETAILS

It allows to an admin system from an ESport set the details for an esports.

All parameters must be present.

This procedure must be used with the method POST.

Input parameters:

  • CyberName = License’s name for the E-Sport.
  • UserName = UserName.
  • Token = Session Token.
  • Description = Textual description about the ESports LAN.
  • Telephone = Complete international dialing telephone number for contact.
  • Email = Email for contact.
  • ContactText = Aditional information for contact (like the hours and days availables to be contacted).
  • Address = Textual address, up to the province or state name.
  • Country = País donde está ubicado.
  • FullName = Nombre completo del LAN con espacios si son varias palabras.
  • GoogleMaps = Embedded link for GoogleMaps.

Example of use:

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

Output:

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