Deposits API's
Please find below the API details for the Deposits module.
|
Domain |
API Name |
API URL |
Description |
Method |
|---|---|---|---|---|
|
Holdings |
holdings-nz-deposits-service |
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/nz/deposits/termDeposits/redemptionInitiation |
Retrieves all initiated term deposit redemptions for approval. |
GET |
|
Holdings |
holdings-nz-deposits-service |
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/nz/deposits/termDeposits/{termDepositId}/redemptions |
Retrieves executed redemptions of a term deposit such as multiple partial withdrawals or full withdrawal. |
GET |
|
Holdings |
holdings-nz-deposits-service |
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/nz/deposits/termDeposits/redemptions/simulations |
Simulates the term deposit redemption for a partial withdrawals or full withdrawal. |
POST |
|
Holdings |
holdings-nz-deposits-service |
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/nz/deposits/termDeposits/redemptionApprovals/{redemptionId} |
Approves the term deposit redemption request for a partial withdrawals or full withdrawal. |
PUT |
|
Holdings |
holdings-nz-deposits-service |
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/nz/deposits/termDeposits/redemptions |
Create and execute term deposit redemption request for a partial withdrawals or full withdrawal. |
POST |
|
Holdings |
holdings-nz-deposits-service |
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/nz/deposits/termDeposits/redemptionInitiation |
Initiate term deposit redemption for a partial withdrawals or full withdrawal. |
POST |
|
Holdings |
holdings-nz-deposits-service |
http://<hostname>:<jboss_port>/<iris_war>/api/v1.0.0/holdings/nz/deposits/termDeposits/redemptionInitiation/{redemptionId} |
Deletes the initiated term deposit redemption for a partial withdrawals or full withdrawal. |
DELETE |
In this topic