{
  "number": "QUO-2026-0148",
  "date": "2026-08-07",
  "validUntil": "2026-09-04",
  "customer": {
    "name": "Example Gardens Ltd",
    "address": "1 Example Street",
    "city": "1234 AB Amsterdam",
    "contact": "For the attention of Sam Example"
  },
  "sender": {
    "name": "Your Company Ltd",
    "address": "2 Sample Road",
    "city": "5678 CD Utrecht",
    "email": "hello@example.com"
  },
  "lines": [
    { "description": "Oak table 220 x 100", "quantity": 1, "unitPrice": 1895, "total": 1895 },
    { "description": "Dining chair, black frame", "quantity": 6, "unitPrice": 189, "total": 1134 },
    { "description": "Parasol 300 cm", "quantity": 2, "unitPrice": 449, "total": 898 },
    { "description": "Delivery and assembly", "quantity": 1, "unitPrice": 145, "total": 145 },
    { "description": "Teak maintenance kit", "quantity": 3, "unitPrice": 39.5, "total": 118.5 }
  ],
  "totals": {
    "subtotal": 4190.5,
    "vat": 880.01,
    "grand": 5070.51
  },
  "terms": "Our general terms and conditions apply to this quote. Delivery time by arrangement.",
  "closing": "Kind regards, Your Company Ltd"
}
