Loan Service API REST Endpoints
ICL Services/Loan Service API
The operations from the ICL Services/Loan Service API category.
- Get all Valid Loan
- Method: getPath:
/service/icl/loan - Get Pending Loans for given Customers
- Method: getPath:
/service/icl/loan/pending/{lendingCustId}/{borrowingCustId} - Retrieves the Loan by ID
- Method: getPath:
/service/icl/loan/{id}