Skip to main content

Get Customer Old Details

GET Old Customer Details

This is the Loan modification API used for fetching old details for the customer.

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

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

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