APIs
Please find below the API details for the Personal Loan Products module.
The API will only be useable if the module has been licensed by the client.
In the URL, vx.x.x denotes the swagger version that client has licensed.
|
Endpoint |
Method |
URL |
Description |
|---|---|---|---|
|
createUkpersonalLoan |
POST |
http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/loans/personalLoans |
Opening of a UK specific personal loan. |
|
updateUkpersonalLoan |
PUT |
http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/loans/{loanId}/personalLoans |
Negotiate UK specific personal loan. |
| createUkmortgageFacility | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/facilities/mortgages | Opening of a UK specific Mortgage Facility. |
| updateUkmortgageFacility | PUT | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/facilities/{facilityId}/mortgages | Negotiate UK specific Mortgage Facility. |
| createUkMortgageLoan | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/loans/mortgages | Create a UK Mortgage Loan. |
| updateUkMortgageLoan | PUT | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/loans/{loanId}/mortgages | Negotiate a UK Fixed Rate Repayment mortgage. |
| updateUkSharedEquityAmount | PUT | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/holdings/uk/loans/mortgages/{loanId} | Update the Shared Equity Amount. |
In this topic