{info} Usar el token obtenido en la autenticación.
| METHOD | PATH | HEADERS |
|---|---|---|
| POST | /facturas/reporte |
Content-Type:application/json |
| NAME | TYPE | DESCRIPTION | CONDITION |
|---|---|---|---|
| token | STRING |
Content-Type:application/json | |
| l | STRING |
Numero de registros a mostrar en la página | |
| f1 | STRING |
Fecha de inicio | |
| f2 | STRING |
Fecha final | |
| q | STRING |
Arreglo de filtros y su valor | |
| type | INTEGER |
Numero de filtro | |
| value | STRING |
Valor según el tipo de filtro |
{
"token":"d84e85f7e9ed2962d6a5a6a450f11aa56c3edd83c774ae7640467eb214a03af9",
"l":10,
"f1":"2019-01-09 12:49:04",
"f2":"2019-01-09 12:52:10",
"q":[{
"type":1,
"value":"2014253562"
}]
}
{success} Solicitud Aceptada
HTTP_CODE 200
{
"success": 1,
"msg": "string|hashed",
"report": "string"
}
{danger} Solicitud no aceptada
HTTP_CODE 500
{
"success": 0,
"msg": "string|description"
}