Register NO VERIFACTU shutdown event (canonical command endpoint)
POST
/no-verifactu/events/shutdown-registrationsResponses
200Registers end of NO VERI*FACTU lifecycle (TipoEvento 02)
Request
curl -X POST "https://api.multifactu.com/no-verifactu/events/shutdown-registrations"const response = await fetch("https://api.multifactu.com/no-verifactu/events/shutdown-registrations", {
method: "POST"
});import requests
response = requests.post(
"https://api.multifactu.com/no-verifactu/events/shutdown-registrations",
)Response
Registers end of NO VERI*FACTU lifecycle (TipoEvento 02)