Webhook
EinvoiceRegistrationDeleted Webhook
Webhook endpoint for receiving E-invoice registration deleted events.
This event is triggered when a recipient successfully deregistered from receiving E-invoices. Unless followed by a new registration, new e-invoice delivery requests will be blocked.
Body·
required
application/json
- Type: stringcallback
_id requiredUnique identifier generated for each callback.
- Type: stringFormat: date-timecallback
_timestamp requiredAn ISO 8601 compliant timestamp for the callback.
- callback
_type const:EinvoiceRegistrationDeletedrequiredThe type of callback. Value is "EinvoiceRegistrationDeleted" for a successful e-invoice registration deletion callback.
- Type: object ·recipient
_information required
Responses
- application/json
Request Example for postEinvoiceRegistrationDeleted
{
"callback_id": "9ec1c43a-0272-46f0-b4c2-9fe53acdb861",
"callback_timestamp": "2021-11-03T13:28:51.706784Z",
"callback_type": "EinvoiceRegistrationDeleted",
"recipient_information": {
"customer_number": "1234"
}
}
{
"status": "OK"
}