This document is a retail sales receipt and reflects the value of goods offered by the entity to an individual and includes municipal tax.
json definition with remarks:
{
"Currency": "Euro",
"CurrencyCode": "EUR",
"InvoiceTypeCode": "11.1",
"DocumentType": "ΑΠΟΔΕΙΞΗ ΛΙΑΝΙΚΗΣ ΜΕ ΔΗΜΟΤΙΚΟ ΦΟΡΟ",
"DocumentTypeCode": "INVOICE",
"Series": "LKJH",
"Number": "009",
"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": "ΟΝΟΜΑ ΕΠΩΝΥΜΟ",
"Vat": "EL999999999",
"TaxOffice": "ΑΘΗΝΩΝ",
"TaxOfficeCode": "1234",
"Phones": [
"2101111111"
],
"Faxes": [
""
],
"Emails": [
"pelatis@gmail.com"
],
"Address": {
"CountryCode": "GR",
"City": "ΑΘΗΝΑ",
"Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ",
"Postal": "12345"
},
"Code": "00001"
},
"DistributionDetails": {
"InternalDocumentId": "LKJH009",
"Delivery": "2023-03-15T00:00:00",
"DeliveryOriginDetails": {
"Address": {
"City": "ΑΘΗΝΑ",
"Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ"
}
},
"DeliveryDestinationDetails": {
"Address": {
"City": "ΑΘΗΝΑ",
"Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ"
}
}
},
"PaymentDetails": {
"NewBalance": 725.8,
"PaymentMethods": [
{
"PaymentMethodType": "ΜΕΤΡΗΤΟΙΣ",
"PaymentMethodTypeCode": 3
}
]
},
"AdditionalDetails": {
"AccountingDepartmentEmails": [
"pelatis@gmail.com"
],
"TransmissionMethod": "E",
"AvoidEmailGrouping": false,
"DocumentTemplate": "0"
},
"Details": [
{
"LineNo": 1,
"Code": "0000099001",
"CategoryId": "50",
"Descriptions": [
"OPEN FOOD"
],
"MeasurementUnit": "TMX",
"Quantity": 1,
"AllowancesCharges": [
{
"Type": 0,
"Description": "",
"Code": "1",
"Percentage": 0,
"Amount": 0
}
],
"UnitPrice": 44.38,
"NetTotal": 44.38,
"Total": 50.18,
"VATTotal": 5.8,
"VatExemptionCategoryCode": 0,
"VatCategory": "13.00",
"VatCategoryCode": 2,
"IsInformative": false,
"IsHidden": false,
"RecordTypeCode": 0,
"IncomeClassification": {
"Id": 0,
"ClassificationTypeCode": "E3_561_003",
"ClassificationCategoryCode": "category1_1",
"Amount": 44.38
}
}
],
"Summaries": {
"TotalCatalogNetAmount": 44.38,
"TotalNetAmount": 44.38,
"TotalVATAmount": 5.8,
"TotalFeesAmount": 0.22,
"TotalFeesAmountAC": 0.22,
"TotalGrossValue": 50.4,
"TotalAllowances": 0,
"TotalCharges": 0,
"TotalPayableAmount": 50.4
},
"Taxes": [ //ΔΗΜΟΤΙΚΟΣ ΦΟΡΟΣ
{
"TaxTypeCode": 2,
"TaxCategoryCode": 10,
"TaxAmount": 0.22
}
],
"VatAnalysis": [
{
"Name": "13.00",
"Percentage": 13,
"VatAmount": 5.8,
"UnderlyingValue": 44.6
}
],
"MiscellaneousData": {
"MoreInformation": "Προαιρετικό πεδίο για σχόλια"
},
"IsDelayedCode": 1
}
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 not mandatory for the B2C 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