Adding MDMS data

MDMS data is the master data used by the application. This data is stored as JSON on git in the format given below. For any service delivery typical master data will be the allowed values for certain fields and the taxheads (in case if payment is present in the flow).

 

MDMS json files are in the following format -

{ “tenantid” - City code to which the master data belongs to “moduleName” - Module name to which the master data belongs to “{MASTER_NAME_PLACEHOLDER}” - Master data which references the data to be retrieved

 

Once data is added to mdms repository, mdms service has to be restarted which will then load the newly added/updated mdms configs. A sample mdms config file can be viewed here - Sample MDMS data file