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
KeyData TypeDefault Value
Authorization *String-
request_type *String-
pageNoInteger0
pageSizeInteger3000
fromDateString-
fromDateString-
serviceRequestType
String-
* required Param

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