Generic API's
Please find below the API details for the Address Interface module.
The API will only be useable if the module has been licenced by the client.
The below is a sample:
- http://localhost:9089/irf-provider-container/api/v1.0.0/party/au/customers/addresses/AU0010001.C-170334.PRINT.3
Below are the Generic APIs that are exposed as part of the Address Interface.
| API Name | Method | Description | URL |
|---|---|---|---|
DE.ADDRESS,AUADRI.API.ADDRESS.1.0.0
|
POST
|
Create a delivery address for the bank's customer. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/party/au/customers/addresses/{addressId} |
DE.ADDRESS,AUADRI.API.ADDRESS.1.0.0
|
GET
|
Retrieve a delivery address for the bank's customer. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/party/au/customers/addresses/{addressId} |
In this topic