Get Loan Expectation Report
Last updated
Last updated
To retrieve the loan expectation report, send a GET request to the following endpoint:
GET
api/Report/v1/GetLoanExpectationReport
The request must include the necessary parameters in the request query to identify the specific loan and criteria for the report.
This process facilitates the retrieval of loan expectation reports and effectively manages loan-related information for analysis and decision-making.
Headers
Name | Value |
---|---|
Query Parameter
Name | Data Type (length) | Description |
---|---|---|
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
accountNumber
string
The unique number identifying the account
branchCode
string
The code representing the branch of the account
accountOfficerCode
string
The code identifying the account officer
productCode
string
The product code linked to the account
startDate
date
The start date of the query period
endDate
date
The end date of the query period
pageNumber
integer
The page number for paginated results
pageSize
integer
The number of records per page
sortColumn
string
The column by which the results are sorted
direction
string
The direction of sorting, either Asc
(ascending) or Desc