retrieve Loan
abstract suspend fun retrieveLoan(loanId: Long, staffInSelectedOfficeOnly: Boolean? = false, associations: String? = "all", exclude: String? = null, fields: String? = null): GetLoansLoanIdResponse
Retrieve a Loan Note: template=true parameter doesn't apply to this resource.Example Requests: loans/1 loans/1?fields=id,principal,annualInterestRate loans/1?associations=all loans/1?associations=all&exclude=guarantors loans/1?fields=id,principal,annualInterestRate&associations=repaymentSchedule,transactions Responses:
200: OK
Return
Parameters
loan Id
loanId
staff In Selected Office Only
staffInSelectedOfficeOnly (optional, default to false)
associations
Loan object relations to be included in the response (optional, default to "all")
exclude
Optional Loan object relation list to be filtered in the response (optional)
fields
Optional Loan attribute list to be in the response (optional)