Get Branch list
GET Branch List
This is the Loan management API used to get the Branch list.
URL: {{base_url}}/loan-management/v1/getBranchList
Request
Response: 200
{
"response": true, "data": [ { "branch_code": "string", "branch_name": "string", "branch_location": "string" } ], "error": null } |
No Comments