Skip to main content

Loan Search by value (From date, To date, Loan status,)

GET Loan Search by Value

This Loan Viewer api is used to search loans for values like Loan Status, From date, To date, and page number. However, the Page number is set by default to a minimum value of 1 and, Page Size is set by a maximum value of 100. 

URL: {{base_url}}/loan-management/v1/search

Request
Request Type: POST
Authorization: Bearer Token

Query Parameter
Key Data Type Default Value
pageNo String 1
pageSize
100
from_date
-
to_date
-
loan_status
-

*required parameter


Request: 200
{
  "response": true,
  "data": {
    "loan": [],
    "loan_linking_details": null,
    "total_loan_count": null
  },
  "error": null
}