Skip to main content

Fetch Service Request by Id

SR.png


GET Fetch service request details by Id

This api is used to retrieve the service request information for a given service request ID so that the maker's request can be approved or rejected based on the evaluation of the information.

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

Request
Request Type: GET
Authorixation : Bearer 

Query Parameter
Key Data Type
service_request_id* integer
* required Param

Response: 200

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