Skip to main content

Get Client And Product Wise Structure Json

GET Client And Product Wise Structure JSON

This is the Loan management API used for getting Client and Product wise structure Json.

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

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type
loanId* Integer
fileName* String
* required Param

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