{
  "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": "1016",
        "issueDate": "2026-09-24",
        "invoiceType": "9.3",
        "dispatchDate": "2026-09-24",
        "dispatchTime": "18:33:00",
        "vehicleNumber": "ABC-1234",
        "otherDeliveryNoteHeader": {
          "loadingAddress": {
            "street": "Οδός Αποθήκης",
            "number": "5",
            "postalCode": "19300",
            "city": "Ασπρόπυργος"
          },
          "deliveryAddress": {
            "street": "Οδός Πελάτη",
            "number": "10",
            "postalCode": "15772",
            "city": "Ζωγράφου"
          },
          "startShippingBranch": 0,
          "completeShippingBranch": 0
        },
        "movePurpose": 1,
        "movePurposeLabel": "Πώληση"
      },
      "invoiceDetails": [
        {
          "lineNumber": 1,
          "itemDescr": "Είδος δοκιμής",
          "lineCode": "#0001",
          "quantity": 1,
          "measurementUnit": 1,
          "measurementUnitLabel": "LT",
          "lineUnitPrice": 0,
          "totalNetPriceBeforeDiscount": 0,
          "totalDiscountValue": 0,
          "netValue": 0,
          "vatCategory": 8,
          "vatCategoryPercent": 0,
          "vatAmount": 0,
          "lineDescription": "Είδος δοκιμής",
          "incomeClassification": [
            {
              "classificationCategory": "category3",
              "amount": 0
            }
          ]
        }
      ],
      "invoiceSummary": {
        "totalNetValue": 0,
        "totalVatAmount": 0,
        "totalWithheldAmount": 0,
        "totalFeesAmount": 0,
        "totalStampDutyAmount": 0,
        "totalOtherTaxesAmount": 0,
        "totalDeductionsAmount": 0,
        "totalGrossValue": 0,
        "incomeClassification": [
          {
            "classificationCategory": "category3",
            "amount": 0
          }
        ]
      },
      "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": "Επί πιστώσει",
          "dispatchPlaceFrom": "Οδός Αποθήκης 5, 19300 Ασπρόπυργος",
          "dispatchPlaceTo": "Οδός Πελάτη 10, 15772 Ζωγράφου"
        }
      }
    }
  ]
}
