Preview Re-Age Schedule
GET
/lokta-lms/api/v1/loans/{loanId}/transactions/reage-previewGenerates 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 · requiredloanId
Query parameters
frequencyNumberquery · integer · int32 · requiredThe frequency number for the re-aging schedule
frequencyTypequery · string · requiredThe frequency type (DAYS, WEEKS, MONTHS, YEARS)
startDatequery · string · requiredThe start date for the re-aging schedule
numberOfInstallmentsquery · integer · int32 · requiredThe number of installments for the re-aged loan
dateFormatquery · string · requiredThe date format used for the startDate parameter
localequery · string · requiredThe locale to use for formatting
reAgeInterestHandlingquery · string · optionalThe interest handling type. Applied only for progressive interest-bearing loans. DEFAULT if not provided.
Responses
defaultdefault responseResponse fields
currencyCurrencyData · optionalfuturePeriodsarray of LoanSchedulePeriodData · optionalloanTermInDaysinteger · int32 · optionalperiodsarray of LoanSchedulePeriodData · optionaltotalCreditsnumber · optionaltotalFeeChargesChargednumber · optionaltotalInterestChargednumber · optionaltotalOutstandingnumber · optionaltotalPaidInAdvancenumber · optionaltotalPaidLatenumber · optionaltotalPenaltyChargesChargednumber · optionaltotalPrincipalDisbursednumber · optionaltotalPrincipalExpectednumber · optionaltotalPrincipalPaidnumber · optionaltotalRepaymentnumber · optionaltotalRepaymentExpectednumber · optionaltotalWaivednumber · optionaltotalWrittenOffnumber · optionalEvery 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.