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

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

caseId
string<uuid>
requerido

Exception case identifier.

Cuerpo

application/json
disposition
string
requerido

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

Respuesta

OK

assignmentFundId
string
requerido

The fund it was offered to.

assignmentSetId
string
requerido

The set this case happened to.

caseType
string
requerido

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
requerido

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
requerido

Case identifier (uuid).

openedAt
string
requerido

UTC instant the case was opened (RFC3339).

receivableRef
string
requerido

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

state
string
requerido

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.