{
"issuerTin": "string",
"authenticationCode": "string",
"mark": 0,
"series": "string",
"number": "string",
"internalId": "string",
"relateCredit": true,
"preventDocumentMapping": true
}
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
}'
{}