Skip to main content
POST
Reprocess a FAILED judicial order

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

institutionId
string
required

The institution's unique identifier (UUID) the order belongs to.

Example:

"44444444-4444-4444-4444-444444444444"

id
string
required

The judicial order id to reprocess.

Example:

"aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"

Response

OK

dispatched
boolean
required

Whether the subject re-dispatch fired.

Example:

true

newStatus
string
required

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

Example:

"PENDING"

orderId
string
required

The reprocessed judicial order id.

Example:

"aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"