POST api/Boletos/Ganador

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
modelo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TIPO": 1,
  "ID_PRODUCTO": 2,
  "ID_SORTEO": 3,
  "FOLIO": 4
}

application/xml, text/xml

Sample:
<ObtenerGanadorModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
  <FOLIO>4</FOLIO>
  <ID_PRODUCTO>2</ID_PRODUCTO>
  <ID_SORTEO>3</ID_SORTEO>
  <TIPO>1</TIPO>
</ObtenerGanadorModelo>

application/x-www-form-urlencoded

Sample:

Sample not available.