Saltar al contenido principal
POST
Registrar una justificación en un registro de incumplimiento

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

institutionId
string
requerido

The institution's unique identifier (UUID) the non-compliance log belongs to.

Ejemplo:

"44444444-4444-4444-4444-444444444444"

id
string
requerido

The non-compliance log id to register the justification against.

Ejemplo:

"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb"

Cuerpo

application/json
justificativa
string
requerido

The cleartext justification (PII; sealed server-side, never logged nor echoed).

Ejemplo:

"Batch delay caused by upstream connector outage; SLA breach accepted under ops incident INC-2026-042."

Respuesta

OK

id
string<uuid>
requerido

The opaque non-compliance log id (UUID) the justification was recorded against.

Ejemplo:

"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb"