retrieve All Reschedule Request
abstract suspend fun retrieveAllRescheduleRequest(command: String? = null, loanId: Long? = null): List<GetLoanRescheduleRequestResponse>
Retrieve all reschedule requests Retrieve all reschedule requests. Responses:
200: OK
Return
kotlin.collections.List
Parameters
command
(optional)
loan Id
(optional)