Skip to main content
POST
Avanzar una operación mediante override administrativo auditado

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

operationId
string
requerido

Operation id (UUID).

Ejemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

Cuerpo

application/json
evidence
string

Audit evidence (mandatory; enforced by the domain).

Ejemplo:

"ticket-4567"

reason
string

Audit justification (mandatory; enforced by the domain).

Ejemplo:

"Manual override after Núclea reconciliation"

toState
string

The existing state-machine edge the override drives to.

Ejemplo:

"QUEUED"

Respuesta

OK

fromState
string
requerido

State before the override.

Ejemplo:

"REJECTED"

operationId
string
requerido

Operation id (UUID) that was advanced.

Ejemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

toState
string
requerido

State after the override.

Ejemplo:

"QUEUED"

trigger
string
requerido

Transition trigger (always MANUAL_OVERRIDE).

Ejemplo:

"MANUAL_OVERRIDE"

advancedBy
string

Authenticated subject who authorized the override.

Ejemplo:

"ops@acquirer.com"