Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Version History

Current Version: 12.0.0

Prerequisites

Before you proceed with the configuration, make sure the following pre-requisites are met.

  1. Java 8

  2. MongoDB instance

  3. Required Service Dependencies - iFIXAdapter-Master-Data-Service

Features

...

Title 

Link

 /departmentEntity/hierarchyLevel/v1/_create

https://www.getpostman.com/collections/b330dc3698bf009d2ef59891831cac4dad92a650

 /departmentEntity/hierarchyLevel/v1/_search

https://www.getpostman.com/collections/b330dc3698bf009d2ef59891831cac4dad92a650

Department Entity Request action

...

Title 

Link

 /departmentEntity/v1/_create

https://www.getpostman.com/collections/b330dc3698bf009d2ef59891831cac4dad92a650

 /departmentEntity/v1/_search

https://www.getpostman.com/collections/b330dc3698bf009d2ef59891831cac4dad92a650

Interaction Diagram

...

Environment

...

  1. Update all the DB and URI configuration in the dev.yaml, qa.yaml, prod.yaml file.Make sure the Keycloak server is up and running And have been configured with the required client ID.

References and Notes

Department Hierarchy API With Example

...

  1. Tenant Id and Department Id will be from Ifix Master Data Service and Adapter Master Data Service respectively. That we need to create before creating the Department Hierarchy.

  2. In Request, tenant Id and Department Id will be the same for one hierarchy (from “Department” to “GPWSC”).

  3. After successful creation of the Department hierarchy from “Department” to “GPWSC”, There will be a total of 7 hierarchy levels from 0 to 6 “for this particular department”. Other new departments will have to define their own hierarchy.

...

    → departmentId : This will be from Ifix Adapter Master Data Service.

    → code: For the first Department Entity, as per above data image, it is “7278”.

...