{
  "serie": "F001",
  "correlativo": "1",
  "fecha_emision": "2026-05-28",

  "emisor": {
    "ruc": "20600012917",
    "razon_social": "SOFTWARE DE FACTURACION ELECTRONICA",
    "nombre_comercial": "SOFTWARE DE FACTURACION ELECTRONICA",
    "ubigeo": "130101",
    "departamento": "LA LIBERTAD",
    "ciudad": "TRUJILLO",
    "distrito": "TRUJILLO",
    "direccion": "JR. MONTERREY NRO. 355 INT. 1101 URB. CHACARILLA DEL ESTANQUE"
  },

  "cliente": {
    "tipo_doc": "6",
    "numero": "20123456789",
    "razon_social": "EMPRESA CLIENTE S.A.C."
  },

  "moneda": "PEN",

  "items": [
    {
      "descripcion": "Servicio de desarrollo de software",
      "codigo_interno": "SERV-001",
      "cantidad": 1,
      "unidad": "ZZ",
      "valor_unitario": 1000.00,
      "precio_unitario": 1180.00,
      "igv": 180.00,
      "valor_venta": 1000.00,
      "tipo_afectacion_igv": "10",
      "porcentaje_igv": 18.00
    }
  ],

  "totales": {
    "valor_venta": 1000.00,
    "igv": 180.00,
    "total": 1180.00,
    "total_letras": "MIL CIENTO OCHENTA CON 00/100 SOLES"
  }
}
