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 2. Get Project ID to Create Objects in a Project

Step 2. Get Project ID to Create Objects in a Project

Use the GET method to retrieve the ID from a project in RulePoint.
  1. In the RESTClient, navigate to
    Headers
    Custom Headers
    .
  2. In the
    Request Header
    window, configure the following properties:
    Field
    Value
    Name
    Content-Type
    Value
    application/json
  3. Create another header with the following properties:
    Field
    Value
    Name
    Cookie
    Value
    JSESSIONID=A9C5ED4643006CE33612C252BEB4DEEE
    The session ID is the value copied from the login response.
  4. Remove the header, Content-Type, created for login.
  5. In the
    Request Method
    section, configure the following properties:
    Field
    Value
    Method
    GET
    URL
    http://localhost:8080/rulepoint/api/projects
  6. Click
    SEND
    .
  7. In the
    Response
    section, select the
    Response Body
    and verify that you receive all the details of the projects in the RulePoint application. Copy the project RESTapiTest (for example, "id": "65536") to use for other REST calls.

0 COMMENTS

We’d like to hear from you!