Table of Contents

Search

  1. Preface
  2. Introduction to Banking Use Case
  3. Before You Begin
  4. Alerting Customer Account Balance Details
  5. Notifying Stock Price Changes
  6. Notifying Credit Card Transactions
  7. Notifying Free Health Checkups for Account Holders
  8. Alerting the Bank Manager about Customers with a Particular Account Type in a City Overview
  9. Alerting Customer Cash Withdrawal Details
  10. Alerting Stock Prices to DMAT Account Holders
  11. Checking Customer Cash Withdrawal Details for a Specified Duration
  12. Alerting Consequent Credit Card Transaction Rejections
  13. Monitoring Balance Threshold of Customers
  14. Using the Dashboard Functions
  15. Managing Banking Users and Roles
  16. Importing and Exporting Objects
  17. Setting Up High Availability
  18. Using Custom Services
  19. Using the REST APIs
  20. Using Java Adapter for REST API

Banking Use Case Tutorial

Banking Use Case Tutorial

Step 9. Create an RTAM Response

Step 9. Create an RTAM Response

Use the POST method to create an RTAM response.
  1. In the RESTClient
    Request Method
    section, configure the following properties:
    Field
    Value
    Method
    POST
    URL
    http://localhost:8080/rulepoint/api/projects/65536/responses
  2. In the
    Request Body
    section, enter the following value:
    {"name": "rtamresponse","valid": true,"force": false,"responder": { "rel": "responder","href": "api/projects/65536/responders/3cdd2b89-139d-4cf8-81a6-d8eaf28f3dd2","title": "rtamresponder","id": "3cdd2b89-139d-4cf8-81a6-d8eaf28f3dd2"},"config": {"to": "Administrator","body": "RTAM Alert Body","subject": "RTAM Alert Subject", "priority": "3","channels": null,"header": null,"actions": null,"groups": null,"metadata": null }}
    Replace the href and ID with the RTAM Responder href and ID that you have captured.
  3. Click
    SEND
    .
  4. Verify that the RTAM response is created. The Response Header must show the status as created.

0 COMMENTS

We’d like to hear from you!