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

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

caseId
string<uuid>
obrigatório

Exception case identifier.

Corpo

application/json
disposition
string
obrigatório

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

Resposta

OK

assignmentFundId
string
obrigatório

The fund it was offered to.

assignmentSetId
string
obrigatório

The set this case happened to.

caseType
string
obrigatório

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
obrigatório

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
obrigatório

Case identifier (uuid).

openedAt
string
obrigatório

UTC instant the case was opened (RFC3339).

receivableRef
string
obrigatório

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

state
string
obrigatório

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.