Versions Compared

Key

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

...

Code Block
{ 
"tenantId": "uk"  ,  //<ReplaceWithDesiredTenantId>
"moduleName": "common-masters",
"StateInfo": [   {
"name": "Uttarakhand",
"code":"uk"  , //<ReplaceWithDesiredTenantId>  "bannerUrl":https://amazonaws-url/foldername/file.jpg",  <bannerimage file path>
"logoUrl":"https://amazonaws-url/foldername/file.jpg", <state logo image file path>
"hasLocalisation" : true, <if true, enables multilingual support mentioned below. Or else by default english>
      "languages" : [ {   <languages to be supported are listed here>
          "label": "ENGLISH",
          "value": "en_IN"
        }, {
          "label": "हिंदी",
          "value": "hi_IN"
        }  ],
      "defaultUrl" : {
          "citizen" : "/user/register",
          "employee" : "/user/login"
}  } ]
}

Integration

 

Integration Scope

 

Integration Benefits

 

Steps to Integration

 

5.Boundary Data Load :

  • Boundary is ULB specific  master data. For Revenue modules we use Revenue boundary.  It’s pushed under each ulb.

File Path would be : https://github.com/egovernments/state-mdms-data/tree/master/data/tenant/ulb/egov-location/boundary-data.json

Boundary Hierarchy :  Zone -> Ward -> Locality -> Area

Boundary data json is generated using implementation Kit. 

Reference Docs

Title 

Link

API List

...

Title 

...

Link

...