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
| Parameter | Type | Required | Description |
|---|---|---|---|
approvalState | int | No | Filter by approval state |
branchId | long | No | Filter by branch |
userId | long | No | Filter by customer |
page | int | No | Page number (default: 1) |
pageSize | int | No | Items per page (default: 20) |
Approval State Values
0= NOT_STARTED1= PENDING_APPROVAL2= FULLY_APPROVED3= REJECTED4= DISBURSED
Related Commands
- GetCustomerLoanDetailsQuery - Get single loan details