modifyLoanApplication

abstract suspend fun modifyLoanApplication(loanId: Long, putLoansLoanIdRequest: PutLoansLoanIdRequest, command: String? = null): PutLoansLoanIdResponse

Modify 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:

  • 200: OK

Return

PutLoansLoanIdResponse

Parameters

loanId

loanId

putLoansLoanIdRequest
command

command (optional)