APIs
Please find below the API details for the Lenders Mortgage Insurance module.
The API will only be useable if the module has been licenced by the client.
| API Name | Method | Description | URL |
|---|---|---|---|
| AA.ARR.ACCOUNT,AULMOI.API.POLICY.ID.1.0.0 | POST | Create loan arrangement and link with insurance policy Id. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/au/loans/mortgages |
| AA.ARR.ACCOUNT,AULMOI.API.POLICY.ID.1.0.0 | PUT | Update mortgage arrangement. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/au/loans/mortgages/{mortgageId} |
| AULMOI.API.GET.POLICY.ID.1.0.0 | GET | Retrieves the details of mortgage including the insurance policy Id. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/au/loans/mortgages/{mortgageId} |
| AULMOI.POLICY.DETAILS,AULMOI.API.LMI.POLICY.1.0.0 | POST | Create insurance policy details | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/au/customers/insurances/policies/{insurerPolicyId} |
| AULMOI.POLICY.DETAILS,AULMOI.API.LMI.POLICY.1.0.0 | PUT | Updates the insurance policy details of the customer. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/au/customers/insurances/policies/{insurerPolicyId} |
| AULMOI.API.GET.INSURANCE.DETAILS.1.0.0 | GET | Retrieves the details of the insurance policy of the customer. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/au/customers/insurances/policies/{insurerPolicyId} |
| AULMOI.API.GET.INSURANCE.COVERAGE.1.1.0 | GET | Retrieves details of insurance coverage for mortgage loan such as percentage coverage, loan amount, status of the insurance, etc. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/au/customers/{customerId}/mortgages/insurances/coverage |
Field Name
|
Application/Table name
In this topic