APIs
Please find below the API details for the Address Interface 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 |
---|---|---|---|
createCustomerDeliveryAddress | POST | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/party/au/customers/addresses/{addressId} | Create delivery address for the bank's customer indicating whether it is for tax reporting purpose or permanent residence address. |
getCustomerDeliveryAddress | GET | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/party/au/customers/addresses/{addressId} | Retrieve delivery address for the bank's customer indicating whether it is for tax reporting purpose or permanent residence address. |
In this topic