Retrieve Open Order Documents (FnB)
IMPACT DEMO API
https://einvoiceapiuat.impact.gr
IMPACT DEMO API
https://einvoiceapiuat.impact.gr
GET
https://einvoiceapiuat.impact.gr/FnBDocuments/{issuerVatNumber}/open/
The purpose is to identify documents that remain open and have not yet been finalized.
The date range (dateTo - dateFrom) must not exceed 48 hours.
Date calculations start from 00:00:00 (Greece time) on the dateFrom day.
If the range exceeds 48 hours or the format is invalid, the API will return a 400 Bad Request with a validation error.
Request
Path Params
issuerVatNumber
string
required
Example:
EL000000000
Query Params
dateFrom
string
optional
Example:
2025-05-11
dateTo
string
optional
Example:
2025-05-13
Header Params
apiKey
string
optional
Request samples
Responses
Modified at 2025-06-12 10:05:33