- eInvoicing Service
- About Us
- What We Offer
- FAQ
- Changelog
- On Boarding
- eInvoicing Service API
- API Authentication
- API Endpoints
- JSON Structures & Payloads
- Offline QR Code
- Status MyData
- Extra Functionalities
- Terminology
- VAT Validation
- Attachments
- SOFTONE ERP Related Segments
- API Authentication
- eInvoicing Portal
- WIKI JSON Samples
/PosSignatures/{issuerTin}
IMPACT DEMO API
https://einvoiceapiuat.impact.gr
IMPACT DEMO API
https://einvoiceapiuat.impact.gr
POST
/PosSignatures/{issuerTin}
PosSignatures
Request
Path Params
issuerTin
string
required
Body Params application/json
dateSigned
string <date>
required
Example
{
"dateSigned": "2025-06-05"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://einvoiceapiuat.impact.gr/PosSignatures/' \
--header 'Content-Type: application/json' \
--data-raw '{
"dateSigned": "2025-06-05"
}'
Responses
🟢200OK
text/plain
Body
array of:
identifier
string | null
optional
mark
integer <int64> | null
optional
isClosed
boolean
optional
Example
[
{
"identifier": "string",
"mark": 0,
"isClosed": true
}
]
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-06-25 13:19:01