Loan Service API REST Endpoints
ICL Services/Loan Service API
The operations from the 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}
- 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}