Loans REST Endpoints
Loans
The REST web service for all the loan-related operations.
- Create a Loan
- Method: postPath:
/bcws/webresources/v1.0/loans - Get Loan Profiles
- Method: getPath:
/bcws/webresources/v1.0/loans/loanProfiles - Get Loans for an Account
- Method: getPath:
/bcws/webresources/v1.0/loans/account/{id}