Procesando solicitud...
GET /api/ranges/list.php HTTP/1.1 Host: localhost:8000 token: {tu_token_aqui} // Parámetros opcionales: // ?page=1&per_page=10 // ?document_type=invoice // ?active_only=1
{ "status": "OK", "message": "Solicitud exitosa", "data": { "data": [ { "id": 1, "document": "Factura de Venta", "prefix": "SETP", "from": 990000000, "to": 995000000, "current": 990000096, "resolution_number": "18760000001", "start_date": "2019-01-19", "end_date": "2030-01-19", "technical_key": "fc8eac422...", "is_expired": false, "is_active": 1 } ], "pagination": { "total": 4, "per_page": 10, "current_page": 1, "last_page": 1 } } }
POST /api/auth/register.php
// La respuesta aparecerá aquí...
// La respuesta raw aparecerá aquí...
// Los headers aparecerán aquí...
// Info de la última petición...