Skip to main content

Fetch Service Request

GET Service-request/Fetch

This is the Loan modification API used to fetch the service request.

URL: {{base_url}}/loan-management/v1/service-request/fetch

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type Default Value
Authorization * String -
request_type * String -
pageNo Integer 0
pageSize Integer 3000
fromDate String -
fromDate String -
serviceRequestType
String -
* required Param

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