einvoice/json Copy
Testing
POST
/invoice/json
Sending a document
{
"Currency": "Euro",
"CurrencyCode": "EUR",
"InvoiceTypeCode": "1.1",
"DocumentType": "ΤΙΜΟΛΟΓΙΟ ΠΩΛΗΣΗΣ",
"DocumentTypeCode": "INVOICE",
"Series": "ΤΠ_Ζ_22_",
"Number": "0145474",
"DateIssued": "2023-03-23T00:00:00",
"RelativeDocuments": [
""
],
"OrderCode": "ΔΑ_Ζ_2200001",
"Issuer": {
"RegisteredName": "BEST FOOD",
"Vat": "EL123456789",
"TaxOffice": "ΦΑΕ ΑΘΗΝΩΝ",
"TaxOfficeCode": "1234",
"Activities": [
"ΕΜΠΟΡΙΚΗ ΕΤΑΙΡΙΑ ΤΡΟΦΙΜΩΝ"
],
"GeneralCommercialRegistryNumber": "ΑΡ. Γ.Ε.ΜΗ. 121638001000",
"Phones": [
"2101111111"
],
"Faxes": [
"2101111111"
],
"Emails": [
"info@bestfood.gr"
],
"Address": {
"CountryCode": "GR",
"Region": "GR",
"City": "ΑΘΗΝΑ",
"Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ",
"Postal": "12345"
},
"PosId": "0",
"BranchAddress": {}
},
"CounterParty": {
"RegisteredName": "ΕΠΙΧΕΙΡΙΣΗ",
"Vat": "EL123456789",
"TaxOffice": "ΑΘΗΝΩΝ ΦΑΕ",
"TaxOfficeCode": "1159",
"Phones": [
"2109999999"
],
"Faxes": [
"0000000000"
],
"Emails": [
""
],
"Address": {
"CountryCode": "GR",
"City": "ΑΘΗΝΑ",
"Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ",
"Postal": "12345"
},
"Code": "00001"
},
"DistributionDetails": {
"InternalDocumentId": "ΜΟΝΑΔΙΚΟΣ ΑΡΙΘΜΟΣ ΠΑΡΑΣΤΑΤΙΚΟΥ",
"Delivery": "2023-03-23T00:00:00",
"DeliveryOriginDetails": {
"Address": {
"City": "ΑΘΗΝΑ",
"Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ"
}
},
"DeliveryDestinationDetails": {
"Address": {
"City": "ΚΑΛΑΜΑΤΑ",
"Street": "ΟΔΟΣ ΑΡΙΘΜΟΣ"
}
}
},
"PaymentDetails": {
"NewBalance": 1000.00,
"PaymentMethods": [
{
"PaymentMethodType": "ΜΕΤΡΗΤΟΙΣ",
"PaymentMethodTypeCode": 3
}
]
},
"AdditionalDetails": {
"AccountingDepartmentEmails": [
"emailcounterparty@gmail.com"
],
"TransmissionMethod": "E",
"AvoidEmailGrouping": false,
"DocumentTemplate": "0"
},
"Details": [
{
"LineNo": 1,
"Code": "0000008699",
"CategoryId": "10",
"Descriptions": [
"ΠΖΥΜ ΣΠΑΝΑΚΟΠΙΤΑ ΧΕΙΡΟΠ 220GR ΚΙΒ42ΤΜΧ"
],
"MeasurementUnit": "KIB",
"Quantity": 1,
"UnitPrice": 30.8,
"NetTotal": 30.8,
"Total": 34.8,
"VATTotal": 4,
"VatExemptionCategoryCode": 0,
"VatCategory": "13.00",
"VatCategoryCode": 2,
"IsInformative": false,
"IsHidden": false,
"RecordTypeCode": 0,
"IncomeClassification": {
"Id": 0,
"ClassificationTypeCode": "E3_561_001",
"ClassificationCategoryCode": "category1_1",
"Amount": 30.8
}
}
],
"Summaries": {
"TotalCatalogNetAmount": 30.8,
"TotalNetAmount": 30.8,
"TotalVATAmount": 4,
"TotalGrossValue": 34.8,
"TotalAllowances": 0,
"TotalCharges": 0,
"TotalPayableAmount": 34.8
},
"VatAnalysis": [
{
"Name": "13.00",
"Percentage": 13,
"VatAmount": 4,
"UnderlyingValue": 30.8
}
],
"MiscellaneousData": {
"MoreInformation1": "Προαιρετικό πεδίο για σχόλια"
},
"IsDelayedCode": 0
}
PARAMETERS
The following send methods are supported:
📌
https://einvoiceapiuat.impact.gr/Invoice/json?sendMethod=A
Note:
SendMethod can also be defined on the request payload. When eliseCoreDocument.AdditionalDetails.TransmissionMethod is defined and valid, it overrides the query string selection.
RESPONSES
Request
Header Params
APIKey
string
optional
Default:
389ad902-96f0-457d-8b4b-a55e0f911821
Body Params application/json