Skip to main content

Service Requests For Loan

GET Service Requests For Loan

This is the Loan management API used to get Service Requests For Loan.

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

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
KeyData Type
loanId*Integer
fromDate*String
toDate*String
requestType*String
status*String
* required Param

Response: 200
{
    "response": true,
    "data": null,
    "error": null
}