APIs
Please find below the API details for the Rate Lock 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 |
---|---|---|---|
createRateLockLoan | POST | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/loans/rateLocks | Creates loan by defining rate lock interest details to set the lower of card rate and locked interest rate. |
simulateRateLockLoan | POST | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/loans/simulations/rateLocks | Creates a simulation of loan by defining rate lock interest details to set the lower of card rate and locked interest rate. |
updateRateLockLoanInterest | PUT | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/loans/ {loanId}/rateLocks | Updates loan by modifying rate lock interest details to set the lower of card rate and locked interest rate. |
updateRateLockLoanInterestSimulation | PUT | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/loans/ {loanId}/simulations/rateLocks | Simulates update of loan by modifying rate lock interest details to set the lower of card rate and locked interest rate. |
getRateLockDetails | GET | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/loans/ {loanId}/rateLocks | Retrieves rate lock details in a loan. |
approveRateLockLoanSimulation | PUT | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/loans/simulations/{simulationId}/rateLocks | Approves a simulation of loan by defining rate lock interest details to set the lower of card rate and locked interest rate. |
approveRateLockLoanInterestSimulation | PUT | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/holdings/au/loans/simulations/ {simulationId}/interests/rateLocks | Approves the simulated update of loan by modifying rate lock interest details to set the lower of card rate and locked interest rate. |
In this topic