The issued document reflects the value from the collection of rent charged with 3.6% stamp duty (usually) or based on the applicable provisions. For example, issue of a Rent Receipt with 3.6% stamp duty for the collection of rent from a business, i.e. the property is registered as a commercial property.

json definition with remarks:

{
    "Currency": "Euro",
    "CurrencyCode": "EUR",
    "InvoiceTypeCode": "8.1",
    "DocumentType": "ΑΠΟΔΕΙΞΗ ΧΡΕΩΣΗΣ ΕΝΟΙΚΙΟΥ ΜΕ ΧΑΡΤΟΣΗΜΟ",
    "DocumentTypeCode": "INVOICE",
    "Series": "LKJH",
    "Number": "008",
    "DateIssued": "2023-04-24T00:00:00",
    "OrderCode": "ΔΑ_Ζ_2200001",
    "Issuer": {
        "RegisteredName": "BEST FOOD",
        "Vat": "EL123456789",
        "TaxOffice": "ΦΑΕ ΑΘΗΝΩΝ",
        "TaxOfficeCode": "1234",
        "Activities": [
            "ΕΜΠΟΡΙΚΗ ΕΤΑΙΡΙΑ ΤΡΟΦΙΜΩΝ"
        ],
        "GeneralCommercialRegistryNumber": "No G.E.MI. 121638001000",
        "Phones": [
            "2109999999"
        ],
        "Faxes": [
            "2109999999"
        ],
        "Emails": [
            ""
        ],
        "Address": {
            "CountryCode": "GR",
            "Region": "GR",
            "City": "ΑΘΗΝΑ",
            "Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ",
            "Postal": "12345"
        },
        "PosId": "0",
        "BranchAddress": {}
    },
    "CounterParty": {
        "RegisteredName": "COMPANY ΑΝΩΝΥΜΗ ΕΤΑΙΡΕΙΑ",
        "Vat": "EL999999999",
        "TaxOffice": "ΦΑΕ ΑΘΗΝΩΝ",
        "TaxOfficeCode": "1234",
        "Phones": [
            ""
        ],
        "Faxes": [
            ""
        ],
        "Emails": [
            ""
        ],
        "Address": {
            "CountryCode": "GR",
            "City": "ΑΘΗΝΑ",
            "Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ",
            "Postal": "12345"
        },
        "Code": "00001"
    },
    "DistributionDetails": {
        "InternalDocumentId": "LKJH008",
        "Delivery": "2023-03-21T00:00:00",
        "DeliveryOriginDetails": {
            "Address": {
                "City": "ΑΘΗΝΑ",
                "Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ"
            }
        },
        "DeliveryDestinationDetails": {
            "Address": {
                "City": "ΑΘΗΝΑ",
                "Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ"
            }
        }
    },
    "PaymentDetails": {
        "NewBalance": 414.4,
        "PaymentMethods": [
            {
                "PaymentMethodType": "ΜΕΤΡΗΤΟΙΣ",
                "PaymentMethodTypeCode": 3
            }
        ]
    },
    "AdditionalDetails": {
        "AccountingDepartmentEmails": [
            ""
        ],
        "TransmissionMethod": "A",
        "AvoidEmailGrouping": false,
        "DocumentTemplate": "1"
    },
    "Details": [
        {
            "LineNo": 1,
            "Code": "0000099105",
            "CategoryId": "60",
            "Descriptions": [
                "ΕΝΟΙΚΙΟ 03/2023"
            ],
            "MeasurementUnit": "AU",
            "CostPrice": "0.00",
            "Quantity": 1,
            "AllowancesCharges": [
                {
                    "Type": 0,
                    "Description": "",
                    "Code": "1",
                    "Percentage": 0,
                    "Amount": 0
                }
            ],
            "UnitPrice": 50,
            "NetTotal": 50,
            "Total": 50,
            "VATTotal": 0,
            "VatExemptionCategoryCode": 0,
            "VatCategory": "0",
            "VatCategoryCode": 8,
            "IsInformative": false,
            "IsHidden": false,
            "RecordTypeCode": 0,
            "IncomeClassification": {
                "Id": 0,
                "ClassificationTypeCode": "E3_562",
                "ClassificationCategoryCode": "category1_5",
                "Amount": 50
            }
        }
    ],
    "Summaries": {
        "TotalCatalogNetAmount": 50,
        "TotalNetAmount": 50,
        "TotalVATAmount": 0,
        "TotalStampDutyAmount": 1.8,
        "TotalStampDutyAmountAC": 1.8,
        "TotalGrossValue": 51.8,
        "TotalAllowances": 0,
        "TotalCharges": 0,
        "TotalPayableAmount": 51.8
    },
    "Taxes": [
        {
            "TaxTypeCode": 4,
            "TaxCategoryCode": 3,
            "TaxAmount": 1.8
        }
    ],
    "VatAnalysis": [],
    "MiscellaneousData": {
        "MoreInformation1": "Προαιρετικό πεδίο για σχόλια"
    },
    "IsDelayedCode": 0
}

Important remarks

  • Issuer: Τhe details of the issuer are entered in this object and it is mandatory for all the invoices
  • Counterparty: Τhe details of the counterparty are entered in this object. It is mandatory for this documents.
  • InternalDocumentId: It is a unique document number in the issuer’s system
  • PaymethodTypeCode: This code corresponds to the paragraph 8.12 of IAPR myDATA documentation
  • TransmissionMethod: If this field has value “E”, an email with the invoice url will be sent to the email address that has being setted to the field “AccountingDepartmentEmails”. If it has value “A”, the invoice is only going to be archived.
  • Details: In this object, each line is a product/service that you sell and all the details of it.
  • Summaries: The summary ammounts
  • Taxes: The analysis of taxes, if exists, corresponds to the paragraph 8.5 and 8.7 of IAPR myDATA documentation
  • VatAnalysis: The analysis of vat amounts by percentage
  • IsDelayedCode: This field is used for heterochronous transmission. Value 0: Realtime, 1: Problem on the issuer side, 2: Problem on the AADE side