{
  "invoice": [
    {
      "issuer": {
        "vatNumber": "123456789",
        "country": "GR",
        "branch": 0
      },
      "counterpart": {
        "vatNumber": "987654324",
        "country": "GR",
        "branch": 0,
        "address": {
          "street": "Οδός Πελάτη",
          "number": "10",
          "postalCode": "15772",
          "city": "Ζωγράφου"
        }
      },
      "invoiceHeader": {
        "series": "A",
        "aa": "1010",
        "issueDate": "2026-09-24",
        "invoiceType": "1.1",
        "currency": "EUR"
      },
      "paymentMethods": [
        {
          "type": 3,
          "amount": 125.7
        }
      ],
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "lineCode": "SRV-100",
          "quantity": 1,
          "measurementUnit": 1,
          "measurementUnitLabel": "ΤΜΧ",
          "lineUnitPrice": 100,
          "totalNetPriceBeforeDiscount": 100,
          "totalDiscountValue": 0,
          "netValue": 100,
          "vatCategory": 1,
          "vatCategoryPercent": 24,
          "vatAmount": 24,
          "lineDescription": "Προϊόν Α",
          "withheldPercentCategory": 6,
          "withheldAmount": 4.0,
          "feesPercentCategory": 10,
          "feesAmount": 2.0,
          "otherTaxesPercentCategory": 17,
          "otherTaxesAmount": 3.0,
          "stampDutyPercentCategory": 1,
          "stampDutyAmount": 1.2,
          "deductionsAmount": 0.5,
          "incomeClassification": [
            {
              "classificationType": "E3_561_001",
              "classificationCategory": "category1_1",
              "amount": 100
            }
          ]
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 100,
        "totalVatAmount": 24,
        "totalWithheldAmount": 4.0,
        "totalFeesAmount": 2.0,
        "totalStampDutyAmount": 1.2,
        "totalOtherTaxesAmount": 3.0,
        "totalDeductionsAmount": 0.5,
        "totalGrossValue": 125.7,
        "incomeClassification": [
          {
            "classificationType": "E3_561_001",
            "classificationCategory": "category1_1",
            "amount": 100
          }
        ]
      },
      "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"
        },
        "counterpart": {
          "code": "C-0001",
          "name": "TEST CLIENT ΑΕ",
          "profession": "Χονδρικό εμπόριο",
          "taxoffice": "Ζωγράφου",
          "addressStreet": "Οδός Πελάτη",
          "addressNumber": "10",
          "addressPostalCode": "15772",
          "addressCity": "Ζωγράφου",
          "addressCountry": "Ελλάδα",
          "phone": "2100000001",
          "email": "client@example.com"
        },
        "additionalDetails": {
          "documentLabel": "Τιμολόγιο Πώλησης",
          "documentLanguageCode": "EL",
          "documentSizeCode": 0,
          "documentComments": "Εξόφληση εντός 30 ημερών.",
          "paymentMethodInvoiceLabel": "Μετρητά"
        }
      }
    }
  ]
}
