APIs
Please find below the API details for the Australia Base 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 |
---|---|---|---|
createAuCustomer | POST | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/party/au/customers | Creates the customer record with details such as employment |
updateAuCustomer | PUT | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/party/au/customers/{customerId} | Update the customer record with details such as employment |
getCustomerDetails | GET | http://<hostname>:<jboss_port>/aumb-provider-iris/api/vx.x.x/party/au/customers/{customerId} | Retrieve the customer record with details such as employment |
In this topic