Skip to main content

Structure Json From DB

GET Structure Json From DB

This is the Loan management API used to get Structure Json From DB.

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

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type
form_type* String
* required Param

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