Skip to main content
POST
Reprogramar conta de empréstimo

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

X-Idempotency
string
obrigatório

Canonical idempotency request ID. Enforced by the lib-commons idempotency middleware.

Exemplo:

"550e8400-e29b-41d4-a716-446655440011"

Parâmetros de caminho

id
string<uuid>
obrigatório

Loan account identifier (UUID).

Exemplo:

"550e8400-e29b-41d4-a716-446655440000"

Corpo

application/json
businessDate
string
obrigatório

YYYY-MM-DD business date applied to the reschedule.

Exemplo:

"2026-06-14"

effectiveDate
string
obrigatório

YYYY-MM-DD effective date of the reschedule.

Exemplo:

"2026-06-14"

firstRescheduledDueDate
string
obrigatório

YYYY-MM-DD first due date of the rescheduled plan.

Exemplo:

"2026-06-14"

newTermMonths
integer<int64>
obrigatório

New loan term in months.

Intervalo obrigatório: x >= 1
Exemplo:

24

reason
string
obrigatório

Operator-supplied reschedule reason.

Maximum string length: 128
transactionId
string
obrigatório

Operator-supplied reschedule transaction identifier.

Maximum string length: 128

Resposta

Created

previousScheduleVersionId
string
obrigatório

Predecessor schedule version UUID.

Exemplo:

"550e8400-e29b-41d4-a716-446655440031"

scheduleVersion
object
obrigatório

The newly appended immutable schedule version.