eINVOICING
  1. WIKI JSON Samples
eINVOICING
  • eInvoicing Service
    • About Us
    • What We Offer
    • FAQ
    • Changelog
    • On Boarding
    • eInvoicing Service API
      • API Authentication
        • API Key Authentication
          • /Authentication/login
        • Bearer Token Authentication
          • Authentication Login Bearer Token
          • Authentication Refresh
      • API Endpoints
        • API Validations
        • Sending a Document
          • Sending a Document
          • Mandatory Fields' Descriptions B2C, B2B
          • Mobile Notifications
          • IAPR SIGN POLICY METHODS
          • QR OF THE DOCUMENT
          • Invoice/json
          • Invoice/credit
        • Purchase Orders for F&B
          • FnB Purchase Orders Documentation
          • Offline QR Code Implementation
          • Retrieve Open Order Documents (FnB)
        • Document Management
          • Retrieving a document
          • PDF Invoice Attachment
        • Alternative Currency Holding
          • ALTERNATIVE CURRENCY (AC)
        • Delivery Notes
          • Delivery Notes Documentation
          • /Invoice/cancelDeliveryNote
        • POS Integration
          • POS Integration
          • Offline QR Code Implementation
          • /PosSignatures/{issuerTin}
          • /Receipt
          • /PosTransactions/signpos
        • Delayed POS Payment
          • Delayed POS Payment
        • B2G Documents
          • B2G Documents
          • B2G Mandatory Fields
          • B2G Status response
          • B2G Soft Reject
          • RESEED INVOICE
          • ΕΓΚΥΚΛΙΟΣ ΠΡΟΣ ΠΑΡΟΧΟΥΣ-ΠΡΟΜΗΘΕΥΤΕΣ ΥΠΗΡΕΣΙΩΝ ΥΓΕΙΑΣ ΓΙΑ ΤΗΝ ΗΛΕΚΤΡΟΝΙΚΗ ΤΙΜΟΛΟΓΗΣΗ
          • BT-10 BuyerReference
          • /B2GInvoice/ReSeedInvoice
          • /B2GInvoice/GetLastStatus
      • JSON Structures & Payloads
        • EliseCoreDocument Structure
          • EliseCoreDocument Structure
        • Minimum & Conditional Fields
          • Minimum & Conditional Fields
        • Response Examples & Error Handling
          • Response Examples & Error Handling
      • Offline QR Code
        • Offline QR Code Instructions
      • Status MyData
        • MyData/status
      • Extra Functionalities
        • Archiver
          • Archiver Functionality
      • Terminology
        • Document Type Codes
        • VAT & TAX Codes
        • Country & Currency Codes
        • Measurement Unit Codes (IAPR & EN16931)
        • Self-Billing Remarks (IAPR)
        • Classification & Payment Method Codes (IAPR)
        • Special Invoice Category
      • VAT Validation
        • Greek VAT Check
        • EU VAT Check
      • Attachments
        • Attaching Media & PDFs
        • Invoice Document Upload (Invoice/File)
      • SOFTONE ERP Related Segments
        • SOFTONE Configurator
          • SOFTONE Configurator - B2G Mapping
    • eInvoicing Portal
      • Template Configuration (Default Template)
      • Single Sign-On (SSO)
        • Single Sign-on (SSO) Setup Instructions
        • Single Sign-On (SSO)
    • WIKI JSON Samples
      • 1.1 B2B
      • 1.3 B2B Sales Invoice Third Country
      • 5.2 B2B Credit Invoice Non-Associated
      • 2.1 B2B Service Rendered Invoice
      • 1.1 Debit B2G
      • 11.1 B2C Retail Sales Receipt
      • 11.4 Retail Sales Credit Note
  1. WIKI JSON Samples

1.1 B2B

1.1 B2B#

1.1 B2B
  {
"IAPRSignPolicy": 2,
"CurrencyCode": "EUR",
"InvoiceType": "Sales Invoice",
"InvoiceTypeCode": "1.1",
"DocumentType": "Sales Invoice",
"DocumentTypeCode": "INVOICE",
"OrderNumber": "",
"Series": "0",
"Number": "24005412",
"DateIssued": "2025-01-23T13:18:12",
"Issuer": {
"RegisteredName": "issuer's name",
"BrandName": "issuer's brand",
"Vat": "EL135952929",
"TaxOffice": "issuer's Tax Office",
"Phones": [
    "2000000000"
],
"Faxes": [
    "2000000000"
],
"Address": {
    "CountryCode": "GR",
    "City": "issuer's city",
    "Street": "issuer's street",
    "Number": "issuer's number",
    "Postal": "issuer's postal code"
},
"BranchCode": 0
},
"CounterParty": {
"RegisteredName": "counter party's name",
"BrandName": "counter party's name",
"Vat": "EL000000000",
"TaxOffice": "counter party's Tax Office",
"Phones": [
    "20000000"
],
"Address": {
    "CountryCode": "GR",
    "City": "counter party's city",
    "Street": "counter party's street",
    "Number": "counter party's number",
    "Postal": "counter party's postal code"
},
"BranchCode": 0
},
"Banks": [
{
    "Name": "bank",
    "IBAN": "GR0000000000"
}
],
"DistributionDetails": {
"InternalDocumentId": "InternalDocumentId_3245124374845",
	"DeliveryDestinationDetails": {
			"Address": {
				"GLN": ""
    }
}
},
"PaymentDetails": {
"PaymentMethods": [
    {
        "PaymentMethodType": "ΕΠΙ ΠΙΣΤΩΣΕΙ",
        "PaymentMethodTypeCode": 5,
        "amount": 3548.88
    }
]
},
"AdditionalDetails": {
"TransmissionMethod": "A",
"AvoidEmailGrouping": false,
"accountingDepartmentEmails": [
    ""
]
},
"Details": [
{
    "LineNo": 1,
    "Code": "289406",
    "ItemCodification": "",
    "Descriptions": [
        "Product's specifications"
    ],
    "MeasurementUnit": "TMX",
    "MeasurementUnitCode": 1,
    "Quantity": 1,
    "UnitPrice": 2862.00,
    "NetTotal": 2862.00,
    "Total": 3548.88,
    "VATTotal": 686.88,
    "VatCategory": "24%",
    "VatCategoryCode": 1,
    "IsInformative": false,
    "IsHidden": false,
    "RecordTypeCode": 0,
    "IncomeClassification": {
        "ClassificationTypeCode": "E3_561_001",
        "ClassificationCategoryCode": "category1_1"
    }
}
],
"Summaries": {
"TotalNetAmount": 2862.00,
"TotalVATAmount": 686.88,
"TotalGrossValue": 3548.88
},
"VatAnalysis": [
{
    "Name": "24%",
    "Percentage": 24,
    "VatAmount": 686.88,
    "UnderlyingValue": 2862
}
],
"IsDelayedCode": 0
}

1.1 B2B RECTYPE 6#

Gifts
This rectype is applicable to all invoice types.
  {
  "IAPRSignPolicy": 2,
  "CurrencyCode": "EUR",
  "InvoiceType": "Sales Invoice",
  "InvoiceTypeCode": "1.1",
  "DocumentType": "Sales Invoice",
  "DocumentTypeCode": "INVOICE",
  "OrderNumber": "",
  "Series": "0",
  "Number": "16406202867",
  "DateIssued": "2025-07-03T13:18:12",
  "Issuer": {
      "RegisteredName": "PPP",
      "BrandName": "issuer's brand",
      "Vat": "EL123456789",
      "TaxOffice": "issuer's Tax Office",
      "Phones": [
          "2000000000"
      ],
      "Faxes": [
          "2000000000"
      ],
      "Address": {
          "CountryCode": "GR",
          "City": "issuer's city",
          "Street": "issuer's street",
          "Number": "issuer's number",
          "Postal": "issuer's postal code"
      },
      "BranchCode": 0
  },
  "CounterParty": {
      "RegisteredName": "counter party's name",
      "BrandName": "counter party's name",
      "Vat": "EL000000000",
      "TaxOffice": "counter party's Tax Office",
      "Phones": [
          "20000000"
      ],
      "Address": {
          "CountryCode": "GR",
          "City": "counter party's city",
          "Street": "counter party's street",
          "Number": "counter party's number",
          "Postal": "counter party's postal code"
      },
      "BranchCode": 0
  },
  "Banks": [
      {
          "Name": "bank",
          "IBAN": "GR0000000000"
      }
  ],
  "DistributionDetails": {
      "InternalDocumentId": "Ds88455",
      "DeliveryDestinationDetails": {
          "Address": {
              "GLN": ""
          }
      }
  },
  "PaymentDetails": {
      "PaymentMethods": [
          {
              "PaymentMethodType": "ΕΠΙ ΠΙΣΤΩΣΕΙ",
              "PaymentMethodTypeCode": 5,
              "amount": 2000
          }
      ]
  },
  "AdditionalDetails": {
      "TransmissionMethod": "A",
      "AvoidEmailGrouping": false,
      "accountingDepartmentEmails": [
          ""
      ]
  },
  "Details": [
      {
          "LineNo": 1,
          "Code": "A-10355",
          "Descriptions": [
              "product 1"
          ],
          "MeasurementUnit": "TMX",
          "MeasurementUnitCode": 1,
          "Quantity": 3000.0,
          "UnitPrice": 3.0,
          "NetTotal": 9000.0,
          "Total": 9000.0,
          "VATTotal": 0.0,
          "VatCategory": "0",
          "VatCategoryCode": 7,
          "VatExemptionCategoryCode": 27,
          "IsInformative": false,
          "IsHidden": false,
          "RecordTypeCode": 0,
          "IncomeClassification": {
              "Id": 0,
              "ClassificationTypeCode": "E3_561_007",
              "ClassificationCategoryCode": "category1_1",
              "Amount": 0.0
          },
          "OtherMeasurementUnitQuantity": 1,
          "OtherMeasurementUnitTitle": "Παλέτες"
      },
      {
          "LineNo": 2,
          "Code": "5021466573322-23",
          "Descriptions": [
              "product gift 1"
          ],
          "MeasurementUnit": "TMX",
          "MeasurementUnitCode": 1,
          "Quantity": 5.0,
          "UnitPrice": 0.00,
          "NetTotal": 0.00,
          "Total": 0.00,
          "VATTotal": 0.0,
          "VatExemptionCategoryCode": 27,
          "VatCategory": "0",
          "VatCategoryCode": 7,
          "IsInformative": false,
          "IsHidden": false,
          "RecordTypeCode": 6,
          "OtherMeasurementUnitQuantity": 0,
          "OtherMeasurementUnitTitle": ""
      },
      {
          "LineNo": 3,
          "Code": "5021466573322-23",
          "Descriptions": [
              "product gift 2"
          ],
          "MeasurementUnit": "TMX",
          "MeasurementUnitCode": 1,
          "Quantity": 15.0,
          "UnitPrice": 0.00,
          "NetTotal": 0.00,
          "Total": 0.00,
          "VATTotal": 0.0,
          "VatExemptionCategoryCode": 27,
          "VatCategory": "0",
          "VatCategoryCode": 7,
          "IsInformative": false,
          "IsHidden": false,
          "RecordTypeCode": 6,
          "OtherMeasurementUnitQuantity": 0,
          "OtherMeasurementUnitTitle": ""
      }
  ],
  "Summaries": {
      "TotalNetAmount": 9000.00,
      "TotalVATAmount": 0.00,
      "TotalGrossValue": 9000.00
  },
  "VatAnalysis": [
      {
          "Name": "0.0",
          "Percentage": 0,
          "VatAmount": 0.00,
          "UnderlyingValue": 9000
      }
  ],
  "IsDelayedCode": 0
}
Modified at 2025-07-03 13:58:41
Previous
Single Sign-On (SSO)
Next
1.3 B2B Sales Invoice Third Country
Built with