POST api/Reportes/BoletoEspecial
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| modelo | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"FILTRO": {
"ID_PRODUCTO": 1,
"ID_SORTEO": 1,
"ESTATUS": 1
},
"PAGINA_ACTUAL": 1,
"ELEMENTOS_POR_PAGINA": 1,
"CAMPO_ORDENAMIENTO": "sample string 1",
"DESCENDENTE": true
}
application/xml, text/xml
Sample:
<ReporteBoletosEspecialesModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
<CAMPO_ORDENAMIENTO>sample string 1</CAMPO_ORDENAMIENTO>
<DESCENDENTE>true</DESCENDENTE>
<ELEMENTOS_POR_PAGINA>1</ELEMENTOS_POR_PAGINA>
<FILTRO>
<ESTATUS>1</ESTATUS>
<ID_PRODUCTO>1</ID_PRODUCTO>
<ID_SORTEO>1</ID_SORTEO>
</FILTRO>
<PAGINA_ACTUAL>1</PAGINA_ACTUAL>
</ReporteBoletosEspecialesModelo>
application/x-www-form-urlencoded
Sample:
Sample not available.