- 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
Invoice/credit
IMPACT DEMO API
https://einvoiceapiuat.impact.gr
IMPACT DEMO API
https://einvoiceapiuat.impact.gr
POST
https://einvoiceapiuat.impact.gr/invoice/credit
Request
Header Params
apiKey
string
optional
Body Params application/json
issuerTin
string
required
authenticationCode
string
required
mark
integer
required
series
string
required
number
string
required
internalId
string
required
relateCredit
boolean
required
preventDocumentMapping
boolean
required
Example
{
"issuerTin": "string",
"authenticationCode": "string",
"mark": 0,
"series": "string",
"number": "string",
"internalId": "string",
"relateCredit": true,
"preventDocumentMapping": true
}
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/invoice/credit' \
--header 'apiKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"issuerTin": "string",
"authenticationCode": "string",
"mark": 0,
"series": "string",
"number": "string",
"internalId": "string",
"relateCredit": true,
"preventDocumentMapping": true
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-06-12 10:03:24