- 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
8.1 B2B
8.1 B2B Rents – Income#
8.1 B2B
{
"IAPRSignPolicy": 2,
"CurrencyCode": "EUR",
"InvoiceType": "Rents – Income",
"InvoiceTypeCode": "8.1",
"DocumentType": "Rents – Income",
"DocumentTypeCode": "INVOICE",
"OrderNumber": "",
"Series": "0",
"Number": "24005434124243",
"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
},
"CounterParty": {
"RegisteredName": "counterparty's name",
"BrandName": "counterparty's name",
"Vat": "EL000000000",
"TaxOffice": "counterparty's Tax Office",
"Phones": [
"20000000"
],
"Address": {
"CountryCode": "GR",
"City": "counterparty's headquarters city",
"Street": "counterparty's headquarters street",
"Number": "counterparty's headquarters street number",
"Postal": "counterparty's headquarters postal code"
},
"BranchCode": 0
},
"Banks": [
{
"Name": "bank",
"IBAN": "GR0000000000"
}
],
"DistributionDetails": {
"InternalDocumentId": "InternalDocumentId_1243712344845",
"DeliveryDestinationDetails": {
"Address": {
"GLN": ""
}
}
},
"PaymentDetails": {
"PaymentMethods": [
{
"PaymentMethodType": "Cash",
"PaymentMethodTypeCode": 3,
"amount": 1000.00
}
]
},
"AdditionalDetails": {
"TransmissionMethod": "A",
"AvoidEmailGrouping": false,
"accountingDepartmentEmails": [
""
]
},
"Details": [
{
"LineNo": 1,
"Code": "289406",
"ItemCodification": "",
"Descriptions": [
"Product's specifications"
],
"MeasurementUnit": "TMX",
"MeasurementUnitCode": 1,
"Quantity": 1,
"UnitPrice": 1000,
"NetTotal": 1000,
"Total": 1000,
"VATTotal": 0.00,
"VatCategory": "0%",
"VatCategoryCode": 8,
"IsInformative": false,
"IsHidden": false,
"RecordTypeCode": 0,
"IncomeClassification": {
"ClassificationTypeCode": "E3_562",
"ClassificationCategoryCode": "category1_5"
}
}
],
"Summaries": {
"TotalNetAmount": 1000,
"TotalVATAmount": 0,
"TotalGrossValue": 1000
},
"VatAnalysis": [
{
"Name": "0%",
"Percentage": 0,
"VatAmount": 0.00,
"UnderlyingValue": 1000
}
],
"IsDelayedCode": 0
}
8.1 B2B Rents – Income, with 2 IncomeClassifications per line#
8.1 B2B Rents – Income
{
"IAPRSignPolicy": 2,
"CurrencyCode": "EUR",
"InvoiceType": "Rents – Income",
"InvoiceTypeCode": "8.1",
"DocumentType": "Rents – Income",
"DocumentTypeCode": "INVOICE",
"OrderNumber": "",
"Series": "0",
"Number": "566",
"DateIssued": "2025-01-31T13:18:12",
"Issuer": {
"RegisteredName": "issuer's name",
"BrandName": "issuer's brand",
"Vat": "EL135952929",
"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
},
"CounterParty": {
"RegisteredName": "counterparty's name",
"BrandName": "counterparty's name",
"Vat": "EL000000000",
"TaxOffice": "counterparty's Tax Office",
"Phones": [
"20000000"
],
"Address": {
"CountryCode": "GR",
"City": "counterparty's headquarters city",
"Street": "counterparty's headquarters street",
"Number": "counterparty's headquarters street number",
"Postal": "counterparty's headquarters postal code"
},
"BranchCode": 0
},
"Banks": [
{
"Name": "bank",
"IBAN": "GR0000000000"
}
],
"DistributionDetails": {
"InternalDocumentId": "567",
"DeliveryDestinationDetails": {
"Address": {
"GLN": ""
}
}
},
"PaymentDetails": {
"PaymentMethods": [
{
"PaymentMethodType": "Cash",
"PaymentMethodTypeCode": 3,
"amount": 1000.00
}
]
},
"AdditionalDetails": {
"TransmissionMethod": "A",
"AvoidEmailGrouping": false,
"accountingDepartmentEmails": [
""
]
},
"Details": [
{
"LineNo": 1,
"Code": "289406",
"ItemCodification": "",
"Descriptions": [
"Product's specifications"
],
"MeasurementUnit": "TMX",
"MeasurementUnitCode": 1,
"Quantity": 1,
"UnitPrice": 1000,
"NetTotal": 1000,
"Total": 1000,
"VATTotal": 0.00,
"VatCategory": "0%",
"VatCategoryCode": 8,
"IsInformative": false,
"IsHidden": false,
"RecordTypeCode": 0,
"IncomeClassifications":[
{
"ClassificationTypeCode": "E3_562",
"ClassificationCategoryCode": "category1_5",
"amount": 400
},
{
"ClassificationTypeCode": "E3_561_001",
"ClassificationCategoryCode": "category1_3",
"amount": 600
}
]
},
],
"Summaries": {
"TotalNetAmount": 1000,
"TotalVATAmount": 0,
"TotalGrossValue": 1000
},
"VatAnalysis": [
{
"Name": "0%",
"Percentage": 0,
"VatAmount": 0.00,
"UnderlyingValue": 1000
}
],
"IsDelayedCode": 0
}
Modified at 2025-02-03 10:56:35