Skip to main content
POST
Crear acción de conciliación

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Idempotency
string

Idempotency key (canonical).

X-Idempotency-Key
string

Idempotency key (legacy alias).

X-TTL
string

Idempotency key TTL in seconds (overrides the configured default).

Parámetros de ruta

reconciliationId
string
requerido

Reconciliation case UUID.

Cuerpo

application/json
action
string
requerido

Recovery action to record: ACKNOWLEDGE, RESOLVE, DISMISS, or INVESTIGATE.

Ejemplo:

"ACKNOWLEDGE"

reason
string
requerido

Operator-supplied human-readable rationale for the action (max 512 chars).

Ejemplo:

"investigating with bank"

metadata
object

Optional sanitized JSON object with additional action context (no PII).

Respuesta

OK

actionId
string
requerido

UUID of the newly recorded reconciliation action.

Ejemplo:

"b4e8f1a2-6c3d-4f57-9a10-1e1234567893"

auditId
string
requerido

UUID of the audit record linked to the action; empty when audit emission was disabled or failed (best-effort).

Ejemplo:

"c5f9a2b3-7d4e-4068-ab21-1e1234567894"

case
object
requerido

The reconciliation case after the action transition was applied.

correlationId
string
requerido

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

status
string
requerido

Resulting case status after the action: OPEN, IN_PROGRESS, RESOLVED, or DISMISSED.

Ejemplo:

"IN_PROGRESS"