Generic API's
Please find below the API details for the Australia Base module.
The API will only be useable if the module has been licenced by the client.
The below are samples:
- http://localhost:9089/Container_xyz/api/v1.0.0/party/au/customers
- http://localhost:9089/Container_xyz/api/v1.0.0/party/au/customers/190325
Below are the Generic APIs that are exposed as part of the Australia Base module.
| API Name | Method | Description | URL |
|---|---|---|---|
| CUSTOMER,AUBASE.API.ONBOARDING.CUSTOMER.1.0.0 | POST | Create a customer. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/party/au/customers |
| CUSTOMER,AUBASE.API.ONBOARDING.CUSTOMER.1.0.0 | PUT | Update the customer details. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/party/au/customers/{customerId} |
| AUBASE.API.ONBOARDING.CUSTOMER.1.0.0 | GET | Retrieve the customer details. | http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/party/au/customers/{customerId} |
In this topic