Versions Compared

Key

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

...

Roles define the permissions of a user to perform a group of tasks. The tasks are created as API calls to do certain actions when request for those calls is sent by the system. For example for a Trade License application initiate/apply, forward, approve or payment are the tasks. For Trade License initiate two API calls, “create” and “update” is required. Create API creates and save the application in database and return an application number. Update API save the required attached documents in file store and return the success message of application created. These create and update API access permission is granted to the required roles. User assigned with the roles can initiate/apply the Trade License application.

Pre-requisites

Before proceeding with the configuration, make sure the following pre-requisites are met -

  • Knowledge of DIGIT applications is required.

  • User should be aware of transactional steps in the DIGIT application.

  • Knowledge of json and how to write a json is required.

  • Knowledge of MDMS is required.

  • User with permissions to edit the git repository where MDMS data is configured.