API Search endpoints…⌘K

Preview Re-Amortized Schedule

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

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

Path parameters

loanIdpath · integer · int64 · required

loanId

Query parameters

reAmortizationInterestHandlingquery · string · required

The interest handling type (DEFAULT, WAIVE_INTEREST, EQUAL_AMORTIZATION_INTEREST_SPLIT)

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.