Skip to main content
POST
Record a disposition against one exception case

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

caseId
string<uuid>
required

Exception case identifier.

Body

application/json
disposition
string
required

What was decided about this case, in the operator's own words. Required — the queue exists because software could not decide, so closing one with nothing recorded discards the question.

Required string length: 1 - 512

Response

OK

assignmentFundId
string
required

The fund it was offered to.

assignmentSetId
string
required

The set this case happened to.

caseType
string
required

What happened: repeated_cut, remessa_conflict, remessa_divergence, derecognition_unpostable (the receivable's product carries no write-off posting rule), derecognition_unvaluable (the receivable's carried figure cannot be read or cannot be trusted), derecognition_already_sold (another assignment set has already sold this receivable), derecognition_unsellable (the receivable is not this tenant's to sell: suspended, excluded, ported or already discharged), transfer_absent (the administrator accepted a receivable whose title movement no registradora ever confirmed), registry_command_unconfirmed (a title transfer commanded at the registradora that never came back settled), assigned_contract_passthrough, or one of the lifecycle orphans.

detail
string
required

A JSON object with what a desk needs to act: the cut tally that tripped the brake, the two conflicting digests, the references that failed to reconcile.

id
string
required

Case identifier (uuid).

openedAt
string
required

UTC instant the case was opened (RFC3339).

receivableRef
string
required

The one receivable this case is about; empty when the case is about a whole file.

state
string
required

open or resolved.

disposition
string

What they decided; resolved cases only.

resolvedAt
string

UTC instant it was disposed of (RFC3339); resolved cases only.

resolvedBy
string

Validated identity that disposed of it; resolved cases only.