GetCustomerLoanDetailsQuery
Overview
Retrieves comprehensive details for a specific loan application including all supporting documents, approval status, and processing information.
Status: 📝 Documentation in progress
Command Structure
{
"cmd": "GetCustomerLoanDetailsQuery",
"data": "{\"userId\":\"129\",\"loanQuoteId\":\"110\"}"
}
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | long | Yes | Customer ID |
loanQuoteId | long | Yes | Loan application ID |
Response Fields
Returns complete loan quote information including:
- Loan amount, tenor, interest rate
- Approval state and current approval level
- Disbursement status
- All attached documents (identity, address, guarantors, credit reports, statements)
- Approval history and comments
Related Commands
- CreateSelfServiceLoanQuoteCommand - Create new loan application
- GetCustomerLoanGuarantorsQuery - Get guarantors only
- GetCustomerLoanCreditBureauSearchesQuery - Get credit reports only