This service is used to issue license to user after verification. The service is designed in such way that it can be used to serve different type of licenses. Currently used to issue trade licenses, perform stakeholder registration and issue lock down pass. The service is integrated with workflow where we can define the steps for approval of the application. Once the application is approved the license is generated.The module contains three API as describe below:
_create:
This API is used to create an application for the license in the system. Whenever an application is created a application number is generated and assigned to the application for future reference.
_search:
This API is used to search the applications in the system based on various search parameters like mobile number, application number,status etc.
_update:
The _update API is used to update the application information or to forward the application from one state to another.
Postman Collection: https://www.getpostman.com/collections/99f98723c45f97024831
API contract: https://raw.githubusercontent.com/egovernments/egov-services/master/docs/rainmaker/trade-license/tl-service.yml
Web Sequence Diagram: