Reschedule loan account
Appends an immutable rescheduled schedule version and recalculation trigger. Idempotency is enforced by the lib-commons idempotency middleware via the X-Idempotency header; a reused key with different facts yields 409. A malformed UUID yields 422.
Authorizations
JWT bearer token issued by the identity provider.
Headers
Canonical idempotency request ID. Enforced by the lib-commons idempotency middleware.
"550e8400-e29b-41d4-a716-446655440011"
Path Parameters
Loan account identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Body
YYYY-MM-DD business date applied to the reschedule.
"2026-06-14"
YYYY-MM-DD effective date of the reschedule.
"2026-06-14"
YYYY-MM-DD first due date of the rescheduled plan.
"2026-06-14"
New loan term in months.
x >= 124
Operator-supplied reschedule reason.
128Operator-supplied reschedule transaction identifier.
128
