Skip to main content

Fetch by Service Request Id

GET Service-request/fetchByServiceRequestId

This is the Loan modification API used to fetch the service request by Service Request Id.

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

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

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