POST api/Reportes/Ventas

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:
{
  "ID_MEMBRESIA": 1,
  "ESTATUS": 1,
  "FECHA_INICIO": 1,
  "FECHA_FIN": 1,
  "PAGINA_ACTUAL": 1,
  "ELEMENTOS_POR_PAGINA": 1,
  "CAMPO_ORDENAMIENTO": "sample string 1",
  "DESCENDENTE": true
}

application/xml, text/xml

Sample:
<ReporteVentasRequestModelo 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>
  <ESTATUS>1</ESTATUS>
  <FECHA_FIN>1</FECHA_FIN>
  <FECHA_INICIO>1</FECHA_INICIO>
  <ID_MEMBRESIA>1</ID_MEMBRESIA>
  <PAGINA_ACTUAL>1</PAGINA_ACTUAL>
</ReporteVentasRequestModelo>

application/x-www-form-urlencoded

Sample:

Sample not available.