- 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
11.5 B2C
11.5 Retail Sales Receipt on Behalf of Third Parties#
11.5 B2C
{
"IAPRSignPolicy": 2,
"CurrencyCode": "EUR",
"InvoiceType": "Retail Sales Receipt on Behalf of Third Parties ",
"DocumentType": "Retail Sales Receipt on Behalf of Third Parties",
"InvoiceTypeCode": "11.5",
"DocumentTypeCode": "INVOICE",
"OrderNumber": "",
"Series": "0",
"Number": "2400541242436642",
"DateIssued": "2025-01-23T13:18:12",
"Issuer": {
"RegisteredName": "issuer's name",
"BrandName": "issuer's brand",
"Vat": "EL123456789",
"TaxOffice": "issuer's Tax Office",
"Phones": [
"2000000000"
],
"Faxes": [
"2000000000"
],
"Address": {
"CountryCode": "GR",
"City": "issuer's headquarters city",
"Street": "issuer's headquarters street",
"Number": "issuer's headquarters street number",
"Postal": "issuer's headquarters postal code"
},
"BranchCode": 0
},
"Banks": [
{
"Name": "bank",
"IBAN": "GR0000000000"
}
],
"DistributionDetails": {
"InternalDocumentId": "InternalDocumentId_12437442845",
"DeliveryDestinationDetails": {
"Address": {
"GLN": ""
}
}
},
"PaymentDetails": {
"PaymentMethods": [
{
"PaymentMethodType": "Cash",
"PaymentMethodTypeCode": 3,
"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_881_002",
"ClassificationCategoryCode": "category1_7"
}
}
],
"Summaries": {
"TotalNetAmount": 2862.00,
"TotalVATAmount": 686.88,
"TotalGrossValue": 3548.88
},
"VatAnalysis": [
{
"Name": "24%",
"Percentage": 24,
"VatAmount": 686.88,
"UnderlyingValue": 2862
}
],
"IsDelayedCode": 0
}
Modified at 2025-01-29 15:47:39