POST api/Reportes/CuadroProductos
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_MEMBRESIA": 1,
"DESDE": 1,
"HASTA": 1,
"ID_TIPO_PAGO": 1
},
"PAGINA_ACTUAL": 1,
"ELEMENTOS_POR_PAGINA": 1,
"CAMPO_ORDENAMIENTO": "sample string 1",
"DESCENDENTE": true
}
application/xml, text/xml
Sample:
<ReporteCuadroProdModelo 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>
<DESDE>1</DESDE>
<HASTA>1</HASTA>
<ID_MEMBRESIA>1</ID_MEMBRESIA>
<ID_TIPO_PAGO>1</ID_TIPO_PAGO>
</FILTRO>
<PAGINA_ACTUAL>1</PAGINA_ACTUAL>
</ReporteCuadroProdModelo>
application/x-www-form-urlencoded
Sample:
Sample not available.