API Search endpoints…⌘K

Preview Re-Age Schedule

GET/lokta-lms/api/v1/loans/{loanId}/transactions/reage-preview

Generates a preview of the re-aged loan schedule based on the provided parameters without creating any transactions or modifying the loan.

Path parameters

loanIdpath · integer · int64 · required

loanId

Query parameters

frequencyNumberquery · integer · int32 · required

The frequency number for the re-aging schedule

frequencyTypequery · string · required

The frequency type (DAYS, WEEKS, MONTHS, YEARS)

startDatequery · string · required

The start date for the re-aging schedule

numberOfInstallmentsquery · integer · int32 · required

The number of installments for the re-aged loan

dateFormatquery · string · required

The date format used for the startDate parameter

localequery · string · required

The locale to use for formatting

reAgeInterestHandlingquery · string · optional

The interest handling type. Applied only for progressive interest-bearing loans. DEFAULT if not provided.

Responses

defaultdefault response

Response fields

currencyCurrencyData · optional
futurePeriodsarray of LoanSchedulePeriodData · optional
loanTermInDaysinteger · int32 · optional
periodsarray of LoanSchedulePeriodData · optional
totalCreditsnumber · optional
totalFeeChargesChargednumber · optional
totalInterestChargednumber · optional
totalOutstandingnumber · optional
totalPaidInAdvancenumber · optional
totalPaidLatenumber · optional
totalPenaltyChargesChargednumber · optional
totalPrincipalDisbursednumber · optional
totalPrincipalExpectednumber · optional
totalPrincipalPaidnumber · optional
totalRepaymentnumber · optional
totalRepaymentExpectednumber · optional
totalWaivednumber · optional
totalWrittenOffnumber · optional

Every request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors. Open this operation in the interactive explorer, or read it as Markdown.