Reporte

{info} Usar el token obtenido en la autenticación.


URL

METHOD PATH HEADERS
POST /boletas/reporte Content-Type:application/json

Parámetros

NAME TYPE DESCRIPTION CONDITION
token STRING Content-Type:application/json required
l STRING Numero de registros a mostrar en la página optional
f1 STRING Fecha de inicio optional
f2 STRING Fecha final optional
q . Arreglo de filtros y su valor optional
type INTEGER Numero de filtro required
value STRING Valor según el tipo de filtro required
{
    "token":"d84e85f7e9ed2962d6a5a6a450f11aa56c3edd83c774ae7640467eb214a03af9",
    "l":10,
    "f1":"2019-01-09 12:49:04",
    "f2":"2019-01-09 12:52:10",
    "q":[{
        "type":1,
        "value":"2014253562"
        }]
}

Solicitud exitosa

{success} Solicitud Aceptada

HTTP_CODE 200

Contenido

{
    "success": 1,
    "msg": "string|hashed",
    "report": "string"
}

Solicitud no exitosa

{danger} Solicitud no aceptada

HTTP_CODE 500

Contenido

{
    "success": 0,
    "msg": "string|description"
}