Skip to main content

Fetch Miscellaneous Information For Loan Id

Screenshot 2023-04-20 at 3.15.24 PM.png


GET  Miscellaneous Information for Loan Id

This API is used for gathering all Miscellaneous information for the Specified Loan Id like PSL Details, Classification History.

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

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type
loanId* Integer
* required Param

Response: 200

{
   "response": true,
   "data": {
      "psl_detail": [],
      "classification_history": []
   },
   "error": null
}