View Categories

Ejemplos de uso

1 Doc

Facturas

Last Updated: septiembre 30, 2025

Factura curl -X POST http://localhost:8080/api/facturae/send \ -H "Authorization: Bearer vf_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6" \ -H "Content-Type: application/json" \ -d '{ "buyer": { "name": "Cliente Ejemplo S.L.", "nif": "B12345678" }, "seller": { "name": "Vendedor Ejemplo S.L.", "nif": "A87654321" }, "invoiceNumber": "FAC-001", "date": "2025-06-01", "products": [ { "name": "Servicio de Consultoría", "taxableBase": 1000.0, "taxRate": 21.0, "taxAmount": 210.0, "quantity": 1 }...