Skip to main content
POST
Reprogramar la cuenta de préstamo

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Idempotency
string
requerido

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

Ejemplo:

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

Parámetros de ruta

id
string<uuid>
requerido

Loan account identifier (UUID).

Ejemplo:

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

Cuerpo

application/json
businessDate
string
requerido

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

Ejemplo:

"2026-06-14"

effectiveDate
string
requerido

YYYY-MM-DD effective date of the reschedule.

Ejemplo:

"2026-06-14"

firstRescheduledDueDate
string
requerido

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

Ejemplo:

"2026-06-14"

newTermMonths
integer<int64>
requerido

New loan term in months.

Rango requerido: x >= 1
Ejemplo:

24

reason
string
requerido

Operator-supplied reschedule reason.

Maximum string length: 128
transactionId
string
requerido

Operator-supplied reschedule transaction identifier.

Maximum string length: 128

Respuesta

Created

previousScheduleVersionId
string
requerido

Predecessor schedule version UUID.

Ejemplo:

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

scheduleVersion
object
requerido

The newly appended immutable schedule version.