/api/sales/invoices/stats: get: tags: [Sales, Invoices] summary: Récupère les statistiques des factures description: Récupère les statistiques des factures responses: 200: description: Succès content: application/json: schema: type: object 401: description: Non autorisé content: application/json: schema: $ref: '#/components/schemas/Error' 500: description: Erreur serveur content: application/json: schema: $ref: '#/components/schemas/Error'
Swagger
/api/sales/invoices/stats: get: tags: [Sales, Invoices] summary: Récupère les statistiques des factures description: Récupère les statistiques des factures responses: 200: description: Succès content: application/json: schema: type: object 401: description: Non autorisé content: application/json: schema: $ref: '#/components/schemas/Error' 500: description: Erreur serveur content: application/json: schema: $ref: '#/components/schemas/Error'