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: getPath:
/service/icl/loan
- Get pending loans for given customers
- Method: getPath:
/service/icl/loan/pending/{lendingCustId}/{borrowingCustId}
- Get the group customer Id for given customer id.
- Method: getPath:
/service/icl/loan/getGroupCustId
- Get the loan summary.
- Method: getPath:
/service/icl/loan/summary
- initiate loan settlement.
- Method: postPath:
/service/icl/loan/initiateSettlement
- Retrieves the loan by ID.
- Method: getPath:
/service/icl/loan/{id}