Saltar al contenido principal
POST
Reprocesar una orden judicial FAILED

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 order belongs to.

Ejemplo:

"44444444-4444-4444-4444-444444444444"

id
string
requerido

The judicial order id to reprocess.

Ejemplo:

"aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"

Respuesta

OK

dispatched
boolean
requerido

Whether the subject re-dispatch fired.

Ejemplo:

true

newStatus
string
requerido

The status the order was claimed into (always PENDING).

Ejemplo:

"PENDING"

orderId
string
requerido

The reprocessed judicial order id.

Ejemplo:

"aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"