eINVOICING
  1. B2G Documents
eINVOICING
  • eInvoicing Service
    • About Us
    • What We Offer
    • FAQ
    • Changelog
    • On Boarding
    • eInvoicing Service API
      • API Authentication
        • API Key Authentication
          • /Authentication/login
        • Bearer Token Authentication
          • Authentication Login Bearer Token
          • Authentication Refresh
      • API Endpoints
        • API Validations
        • Sending a Document
          • Sending a Document
          • Mandatory Fields B2C, B2B
          • Mobile Notifications
          • IAPR SIGN POLICY METHODS
          • QR OF THE DOCUMENT
          • einvoice/json
          • Invoice/credit
        • Purchase Orders for F&B
          • FnB Purchase Orders Documentation
          • Offline QR Code Implementation
          • Retrieve Open Order Documents (FnB)
        • Document Management
          • Retrieving a document
          • PDF Invoice Attachment
        • Alternative Currency Holding
          • ALTERNATIVE CURRENCY (AC)
        • Delivery Notes
          • Delivery Notes Documentation
          • /Invoice/cancelDeliveryNote
        • POS Integration
          • POS Integration
          • Offline QR Code Implementation
          • /PosSignatures/{issuerTin}
          • /Receipt
          • /PosTransactions/signpos
        • Delayed POS Payment
          • Delayed POS Payment
        • B2G Documents
          • B2G Documents
          • B2G Mandatory Fields
          • B2G Status response
          • B2G Soft Reject
          • RESEED INVOICE
          • ΕΓΚΥΚΛΙΟΣ ΠΡΟΣ ΠΑΡΟΧΟΥΣ-ΠΡΟΜΗΘΕΥΤΕΣ ΥΠΗΡΕΣΙΩΝ ΥΓΕΙΑΣ ΓΙΑ ΤΗΝ ΗΛΕΚΤΡΟΝΙΚΗ ΤΙΜΟΛΟΓΗΣΗ
          • BT-10 BuyerReference
          • /B2GInvoice/ReSeedInvoice
            POST
          • /B2GInvoice/GetLastStatus
            GET
      • JSON Structures & Payloads
        • EliseCoreDocument Structure
          • EliseCoreDocument Structure
        • Minimum & Conditional Fields
          • Minimum & Conditional Fields
        • Response Examples & Error Handling
          • Response Examples & Error Handling
      • Offline QR Code
        • Offline QR Code Instructions
      • Status MyData
        • MyData/status
      • Extra Functionalities
        • Archiver
          • Archiver Functionality
      • Terminology
        • Document Type Codes
        • VAT & TAX Codes
        • Country & Currency Codes
        • Measurement Unit Codes (IAPR & EN16931)
        • Self-Billing Remarks (IAPR)
        • Classification & Payment Method Codes (IAPR)
        • Special Invoice Category
      • VAT Validation
        • Greek VAT Check
        • EU VAT Check
      • Attachments
        • Attaching Media & PDFs
        • Invoice Document Upload (Invoice/File)
      • SOFTONE ERP Related Segments
        • SOFTONE Configurator
          • SOFTONE Configurator - B2G Mapping
    • eInvoicing Portal
      • Template Configuration (Default Template)
      • Single Sign-On (SSO)
        • Single Sign-on (SSO) Setup Instructions
        • Single Sign-On (SSO)
    • WIKI JSON Samples
      • 1.1 B2B
      • 1.3 B2B Sales Invoice Third Country
      • 5.2 B2B Credit Invoice Non-Associated
      • 2.1 B2B Service Rendered Invoice
      • 1.1 Debit B2G
      • 11.1 B2C Retail Sales Receipt
      • 11.4 Retail Sales Credit Note
  1. B2G Documents

RESEED INVOICE

In the event that a Contracting Authority identifies incorrect completion of invoice fields
that are not included in the mandatory content of the invoice as defined in Article 9 of Law 4308/2014 (Joint Ministerial Decision),
it may reject the invoice with the "option for resubmission by the Supplier".
In this NEW rejection message, the Contracting Authority specifies the fields that were incorrectly completed.
The invoice is resubmitted by the Supplier without receiving a new MARK.
Only the following fields are allowed to be changed (one or more, or no changes at all – in case of a miscommunication).
The Endpoint supports the above requirement for sending an existing document.
A successful call requires sending an ApiKey in the headers section, which is mandatory.
ApiKey: issuer's transmission key
DEMO Url : https://einvoice-demo.s1ecos.gr/B2GInvoice/ReseedInvoice
PRODUCTION Url : https://einvoice.coreapi.s1ecos.gr/B2GInvoice/ReseedInvoice

Endpoint Description: ReseedInvoice#

The call to the ReseedInvoice method forwards the document to the Interoperability Center.
The call has the following characteristics:
/ReseedInvoice, method: POST
📌
Mandatory fields:
ApiKey – Header
Body of Method – json
{
 "issuerTin": "string",
 "internalDocumentId": "string",
 "projectReferenceBt11": "string",
 "contractDocumentReferenceBt12": "string",
 "partyIdentificationBt46": "string",
 "buyerReferenceBt10": "string",
 "purchaseOrderReferenceBt13": "string"
}
όπου
Field NameDescription
issuerTinThe VAT number (TIN) of the issuer
internalDocumentIdThe IssuerId of the document
projectReferenceBt11Type of budget reference, with possible values:
`1
contractDocumentReferenceBt12The ADAΜ (unique ID) of the contract
partyIdentificationBt46Contracting Authority's code
buyerReferenceBt10Description of the internal administrative unit of the specific Contracting Authority (e.g., Pharmacy, Medical Supplies, Technical Dept, etc.)
If not applicable, the value is an empty string ("")
purchaseOrderReferenceBt13Identifier of the corresponding Purchase Order at the document level
If not applicable, the value is an empty string ("")
Example Call
{
 "issuerTin": "EL110099934",
 "internalDocumentId": "110001024",
 "projectReferenceBt11": "3|ΨΣ00469Η2Ξ-ΗΔΤ",
 "contractDocumentReferenceBt12": "0",
 "partyIdentificationBt46": "1015.E00809.0001",
 "buyerReferenceBt10": "ΕΙΔΙΚΟ Κ.Υ ΚΡΑΤΟΥΜΕΝΩΝ ΚΟΡΥΔΑΛΛΟΥ",
 "purchaseOrderReferenceBt13": ""
}
A response with status code 200 is returned upon successful execution.
{
 "Success": true / false,
 "statusMessage": "Επιτυχής επαναπροώθηση" / "Πρόβλημα στην
 επαναποστολή"
}
If the document’s status does not allow submission, the operation will not be performed and an error message will be returned
{
"Success": false, 
"Message": "The request is still being processed."
}

During asynchronous message reception from the Interoperability Center (KED), in the event of a portal error, one of the following messages may be displayed regarding the SoftReject process:
image.png
Please note that if negative response codes are returned, the invoice can be resubmitted with corrections without requiring a new MARK.
Upon successful submission, the standard message flow cycle is initiated.
image.png
Modified at 2025-04-08 09:00:21
Previous
B2G Soft Reject
Next
ΕΓΚΥΚΛΙΟΣ ΠΡΟΣ ΠΑΡΟΧΟΥΣ-ΠΡΟΜΗΘΕΥΤΕΣ ΥΠΗΡΕΣΙΩΝ ΥΓΕΙΑΣ ΓΙΑ ΤΗΝ ΗΛΕΚΤΡΟΝΙΚΗ ΤΙΜΟΛΟΓΗΣΗ
Built with