Loan Service API REST Endpoints

ICL Services/Loan Service API
The operations from the Loan Service API category.
Get all valid loan
Method: get
Path: /service/icl/loan
Get pending loans for given customers
Method: get
Path: /service/icl/loan/pending/{lendingCustId}/{borrowingCustId}
Get the group customer Id for given customer id
Method: get
Path: /service/icl/loan/getGroupCustId
Get the loan summary
Method: get
Path: /service/icl/loan/summary
initiate loan settlement
Method: post
Path: /service/icl/loan/initiateSettlement
Retrieves the loan by ID
Method: get
Path: /service/icl/loan/{id}