Loan Service API REST Endpoints

ICL Services/Loan Service API
This service is used to perform Loan related operations like getting a list of valid loans, loan details based on loan id, pending loans for a customer etc.
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}