cancelReceivingNote POST API call is used to cancel a previously issued Quantitative Receipt Note (types: 10.1 & 10.2) by submitting its unique identifying detail MARK via Provider Mode.{
"vat": "123456789",
"mark": 0,
"notificationEmails": [
]
}curl --location 'https://einvoiceapiuat.impact.gr/Invoice/cancelReceivingNote' \
--header 'apikey;' \
--header 'Content-Type: application/json' \
--data '{
"vat": "123456789",
"mark": 0,
"notificationEmails": [
]
}'{
"success": true,
"message": "string"
}