{
  "invoice": [
    {
      "issuer": {
        "vatNumber": "123456789",
        "country": "GR",
        "branch": 0
      },
      "invoiceHeader": {
        "series": "A",
        "aa": "1012",
        "issueDate": "2026-09-24",
        "invoiceType": "8.4",
        "currency": "EUR",
        "multipleConnectedMarks": [
          400001930000001
        ]
      },
      "paymentMethods": [
        {
          "type": 7,
          "amount": 10,
          "terminalId": "TID00001",
          "posNspId": 1
        }
      ],
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "lineCode": "#0001",
          "quantity": 1,
          "measurementUnitLabel": "LT",
          "lineUnitPrice": 20,
          "totalNetPriceBeforeDiscount": 20,
          "totalDiscountValue": 10,
          "netValue": 10,
          "vatCategory": 8,
          "vatCategoryPercent": 0,
          "vatAmount": 0,
          "lineDescription": "Είδος δοκιμής",
          "incomeClassification": [
            {
              "classificationCategory": "category1_95",
              "amount": 10
            }
          ]
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 10,
        "totalVatAmount": 0,
        "totalWithheldAmount": 0,
        "totalFeesAmount": 0,
        "totalStampDutyAmount": 0,
        "totalOtherTaxesAmount": 0,
        "totalDeductionsAmount": 0,
        "totalGrossValue": 10,
        "incomeClassification": [
          {
            "classificationCategory": "category1_95",
            "amount": 10
          }
        ]
      },
      "providerAdditionalInvoiceDetails": {
        "issuer": {
          "name": "TEST ISSUER ΙΚΕ",
          "profession": "Εμπόριο ειδών θέρμανσης",
          "taxoffice": "Α' Αθηνών",
          "addressStreet": "Οδός Δοκιμής",
          "addressNumber": "1",
          "addressPostalCode": "10431",
          "addressCity": "Αθήνα",
          "addressCountry": "Ελλάδα",
          "phone": "2100000000",
          "email": "info@example.com",
          "webSite": "www.example.com",
          "registryNumber": "ΓΕΜΗ: 000000000000",
          "emtyLine2": "IBAN: GR00 0000 0000 0000 0000 0000 000"
        },
        "additionalDetails": {
          "documentLabel": "Απόδειξη Είσπραξης POS",
          "documentLanguageCode": "EL",
          "documentSizeCode": 0,
          "paymentMethodInvoiceLabel": "POS"
        }
      }
    }
  ]
}
