Skip to main content

GetLoanQuotesWithFiltersQuery

Overview

Retrieves a filtered list of loan applications based on search criteria. Used for loan queue management and reporting.

Status: 📝 Documentation in progress

Command Structure

{
"cmd": "GetLoanQuotesWithFiltersQuery",
"data": "{\"approvalState\":1,\"branchId\":5,\"page\":1,\"pageSize\":20}"
}

Parameters

ParameterTypeRequiredDescription
approvalStateintNoFilter by approval state
branchIdlongNoFilter by branch
userIdlongNoFilter by customer
pageintNoPage number (default: 1)
pageSizeintNoItems per page (default: 20)

Approval State Values

  • 0 = NOT_STARTED
  • 1 = PENDING_APPROVAL
  • 2 = FULLY_APPROVED
  • 3 = REJECTED
  • 4 = DISBURSED

See Also