{
  "invoice": [
    {
      "issuer": {
        "vatNumber": "123456789",
        "country": "GR",
        "branch": 0
      },
      "invoiceHeader": {
        "series": "A",
        "aa": "1028",
        "issueDate": "2026-09-24",
        "invoiceType": "11.1",
        "currency": "EUR"
      },
      "paymentMethods": [
        {
          "type": 1,
          "amount": 119
        }
      ],
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "quantity": 1,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 100,
          "totalNetPriceBeforeDiscount": 100,
          "totalDiscountValue": 0,
          "netValue": 100,
          "vatCategory": 7,
          "vatCategoryPercent": 0,
          "vatAmount": 0,
          "vatExemptionCategory": 30,
          "vatExemptionCategoryLabel": "Χωρίς ΦΠΑ – άρθρο 57(πρώην 47γ)του Κώδικα ΦΠΑ (OSS_ενωσιακό καθεστώς",
          "lineDescription": "ΠΩΛΗΣΗ ΕΜΠΟΡΕΥΜΑΤΟΣ",
          "incomeClassification": [
            {
              "classificationType": "E3_561_007",
              "classificationCategory": "category1_1",
              "amount": 100
            }
          ]
        },
        {
          "lineNumber": 2,
          "quantity": 1,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 19,
          "totalNetPriceBeforeDiscount": 19,
          "totalDiscountValue": 0,
          "netValue": 19,
          "vatCategory": 7,
          "vatCategoryPercent": 0,
          "vatAmount": 0,
          "vatExemptionCategory": 30,
          "vatExemptionCategoryLabel": "Χωρίς ΦΠΑ – άρθρο 57(πρώην 47γ)του Κώδικα ΦΠΑ (OSS_ενωσιακό καθεστώς",
          "lineDescription": "ΦΠΑ ΕΜΠΟΡΕΥΜΑΤΟΣ",
          "incomeClassification": [
            {
              "classificationCategory": "category1_95",
              "amount": 19
            }
          ]
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 119,
        "totalVatAmount": 0,
        "totalWithheldAmount": 0,
        "totalFeesAmount": 0,
        "totalStampDutyAmount": 0,
        "totalOtherTaxesAmount": 0,
        "totalDeductionsAmount": 0,
        "totalGrossValue": 119,
        "incomeClassification": [
          {
            "classificationType": "E3_561_007",
            "classificationCategory": "category1_1",
            "amount": 100
          },
          {
            "classificationCategory": "category1_95",
            "amount": 19
          }
        ]
      },
      "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": "Απόδειξη Λιανικής Πώλησης - OSS",
          "documentLanguageCode": "EL",
          "documentSizeCode": 0,
          "paymentMethodInvoiceLabel": "Κατάθεση στην τράπεζα"
        }
      }
    }
  ]
}
