retrieveTransactionTemplate1

abstract suspend fun retrieveTransactionTemplate1(loanExternalId: String, command: String? = null, dateFormat: String? = null, transactionDate: String? = null, locale: String? = null): GetLoansLoanIdTransactionsTemplateResponse

Retrieve Loan Transaction 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 Value Lists Example Requests: loans/1/transactions/template?command=repaymentloans/1/transactions/template?command=merchantIssuedRefundloans/1/transactions/template?command=payoutRefundloans/1/transactions/template?command=goodwillCredit loans/1/transactions/template?command=waiveinterest loans/1/transactions/template?command=writeoff loans/1/transactions/template?command=close-rescheduled loans/1/transactions/template?command=close loans/1/transactions/template?command=disburse loans/1/transactions/template?command=disburseToSavings loans/1/transactions/template?command=recoverypayment loans/1/transactions/template?command=prepayLoan loans/1/transactions/template?command=refundbycash loans/1/transactions/template?command=refundbytransfer loans/1/transactions/template?command=foreclosure loans/1/transactions/template?command=creditBalanceRefund (returned 'amount' field will have the overpaid value) loans/1/transactions/template?command=charge-off loans/1/transactions/template?command=downPayment Responses:

  • 200: OK

Return

GetLoansLoanIdTransactionsTemplateResponse

Parameters

loanExternalId

loanExternalId

command

command (optional)

dateFormat

dateFormat (optional)

transactionDate

transactionDate (optional)

locale

locale (optional)