SelfLoansApi

interface SelfLoansApi

Functions

abstract suspend fun calculateLoanScheduleOrSubmitLoanApplication1(postSelfLoansRequest: PostSelfLoansRequest, command: String? = null): PostSelfLoansResponse

Calculate Loan Repayment Schedule | Submit a new Loan Application Calculate Loan Repayment Schedule: Calculates Loan Repayment Schedule Mandatory Fields: productId, principal, loanTermFrequency, loanTermFrequencyType, numberOfRepayments, repaymentEvery, repaymentFrequencyType, interestRatePerPeriod, amortizationType, interestType, interestCalculationPeriodType, expectedDisbursementDate, transactionProcessingStrategyCode Submit a new Loan Application: Mandatory Fields: clientId, productId, principal, loanTermFrequency, loanTermFrequencyType, loanType, numberOfRepayments, repaymentEvery, repaymentFrequencyType, interestRatePerPeriod, amortizationType, interestType, interestCalculationPeriodType, transactionProcessingStrategyCode, expectedDisbursementDate, submittedOnDate, loanType Additional Mandatory Fields if interest recalculation is enabled for product and Rest frequency not same as repayment period: recalculationRestFrequencyDate Additional Mandatory Fields if interest recalculation with interest/fee compounding is enabled for product and compounding frequency not same as repayment period: recalculationCompoundingFrequencyDate Additional Mandatory Field if Entity-Datatable Check is enabled for the entity of type loan: datatables Optional Fields: graceOnPrincipalPayment, graceOnInterestPayment, graceOnInterestCharged, linkAccountId, allowPartialPeriodInterestCalcualtion, fixedEmiAmount, maxOutstandingLoanBalance, disbursementData, graceOnArrearsAgeing, createStandingInstructionAtDisbursement (requires linkedAccountId if set to true) Showing request/response for 'Submit a new Loan Application' Responses:

Link copied to clipboard
abstract suspend fun modifyLoanApplication2(loanId: Long, putSelfLoansLoanIdRequest: PutSelfLoansLoanIdRequest): PutSelfLoansLoanIdResponse

Update a Loan Application Loan application can only be modified when in 'Submitted and pending approval' state. Once the application is approved, the details cannot be changed using this method. Responses:

Link copied to clipboard

List Loan Charges Lists loan Charges Example Requests: self/loans/1/charges self/loans/1/charges?fields=name,amountOrPercentage Responses:

Link copied to clipboard
abstract suspend fun retrieveGuarantorDetails2(loanId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveLoan2(loanId: Long): GetSelfLoansLoanIdResponse

Retrieve a Loan Retrieves a Loan Example Requests: self/loans/1 self/loans/1?fields=id,principal,annualInterestRate self/loans/1?fields=id,principal,annualInterestRate&associations=repaymentSchedule,transactions Responses:

Link copied to clipboard
abstract suspend fun retrieveLoanCharge4(loanId: Long, chargeId: Long): GetSelfLoansLoanIdChargesResponse

Retrieve a Loan Charge Retrieves a Loan Charge Example Requests: self/loans/1/charges/1 self/loans/1/charges/1?fields=name,amountOrPercentage Responses:

Link copied to clipboard
abstract suspend fun retrieveTransaction1(loanId: Long, transactionId: Long, fields: String? = null): GetSelfLoansLoanIdTransactionsTransactionIdResponse

Retrieve a Loan Transaction Details Retrieves a Loan Transaction DetailsExample Request: self/loans/5/transactions/3 Responses:

Link copied to clipboard
abstract suspend fun stateTransitions2(loanId: Long, postSelfLoansLoanIdRequest: PostSelfLoansLoanIdRequest, command: String? = null): PostSelfLoansLoanIdResponse

Applicant Withdraws from Loan Application Applicant Withdraws from Loan Application Mandatory Fields: withdrawnOnDate Responses:

Link copied to clipboard
abstract suspend fun template17(clientId: Long? = null, productId: Long? = null, templateType: String? = null): GetSelfLoansTemplateResponse

Retrieve Loan Details Template Retrieves Loan Details Template This is a convenience resource. It can be useful when building maintenance user interface screens for client applications. The template data returned consists of any or all of: Field Defaults Allowed description Lists Example Requests: self/loans/template?templateType=individual&clientId=1 self/loans/template?templateType=individual&clientId=1&productId=1 Responses: