Skip to main content

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

ParameterTypeRequiredDescription
userIdlongYesCustomer ID
loanQuoteIdlongYesLoan 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

See Also