- eInvoicing Service
- About Us
- What We Offer
- FAQ
- Change Logs
- On Boarding
- eInvoicing Service API
- Service Endpoints & Network Details
- API Authentication
- API Endpoints
- JSON Structures & Payloads
- Offline QR Code
- My data status
- Extra Functionalities
- Terminology
- VAT Validation
- Attachments
- SOFTONE ERP Related Segments
- eInvoicing Portal
- WIKI JSON Internal
- WIKI JSON Samples
6.1 B2B
6.1 B2B Self-Delivery Record#
6.1 B2B
{
"IAPRSignPolicy": 2,
"currencyCode": "EUR",
"InvoiceType": "Self-Delivery Record",
"invoiceTypeCode": "6.1",
"DocumentType": "Self-Delivery Record",
"DocumentTypeCode": "INVOICE",
"OrderNumber": "",
"series": "0",
"number": "9988451",
"dateIssued": "2025-01-23T00:00:00",
"issuer": {
"registeredName": "Issuer's Name",
"BrandName": "issuer's brand",
"vat": "EL123456789",
"TaxOffice": "issuer's Tax Office",
"phones": [
"210800000"
],
"faxes": [
"210800000"
],
"address": {
"countryCode": "GR",
"city": "issuer's city",
"street": "issuer's street",
"Number": "issuer's number",
"postal": "issuer's postal code"
},
"BranchCode": 0
},
"Banks": [
{
"Name": "bank",
"IBAN": "GR0000000000"
}
],
"DistributionDetails": {
"InternalDocumentId": "InternalDocumentId_12474374845",
"DeliveryDestinationDetails": {
"Address": {
"GLN": ""
}
}
},
"paymentDetails": {
"paymentMethods": [
{
"paymentMethodType": "Επί Πιστώσει",
"paymentMethodTypeCode": 5,
"amount": 1.47
}
]
},
"additionalDetails": {
"transmissionMethod": "A",
"avoidEmailGrouping": false,
"accountingDepartmentEmails": [
""
]
},
"details": [
{
"lineNo": 1,
"Code": "289406",
"ItemCodification": "",
"descriptions": [
"Product's specifications"
],
"measurementUnit": "TMX",
"measurementUnitCode": 1,
"quantity": 1,
"unitPrice": 1.3,
"netTotal": 1.3,
"total": 1.47,
"vatTotal": 0.17,
"vatCategory": "13.00%",
"vatCategoryCode": 2,
"isInformative": false,
"isHidden": false,
"recordTypeCode": 0,
"incomeClassification": {
"classificationTypeCode": "E3_595",
"classificationCategoryCode": "category1_6"
}
}
],
"summaries": {
"totalNetAmount": 1.3,
"totalVATAmount": 0.17,
"totalGrossValue": 1.47
},
"vatAnalysis": [
{
"name": "13.00",
"percentage": 13,
"vatAmount": 0.17,
"underlyingValue": 1.3
}
],
"isDelayedCode": 0
}
Modified at 2025-02-03 11:42:41