{
  "type": "recibo-de-caja",
  "data": {
    "yourCompany": {
      "name": "PIENSA IT",
      "nit": "902001989-5",
      "address": "Carrera 49 # 50-22 OF 805A, Medellín - Antioquia",
      "phone": "3125655293",
      "email": "info@piensait.com",
      "web": "www.piensait.com",
      "logo": "https://docsgen.piensait.com/logo.png"
    },
    "billTo": {
      "name": "Empresa Cliente S.A.S",
      "nit": "901234567-8",
      "address": "Calle 10 #20-30, Medellín"
    },
    "invoice": {
      "number": "RC-0118",
      "date": "2026-09-10"
    },
    "items": [
      {
        "name": "Desarrollo de la integración",
        "quantity": 1,
        "amount": 1800000,
        "total": 1800000
      },
      {
        "name": "Soporte mensual",
        "quantity": 2,
        "amount": 350000,
        "total": 700000
      }
    ],
    "subTotal": 2500000,
    "grandTotal": 2500000,
    "payment": {
      "form": "Contado",
      "method": "Transferencia bancaria",
      "amount": 2500000
    },
    "notes": "Abono a las facturas relacionadas.",
    "selectedCurrency": "COP"
  }
}
