Versions Compared

Key

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

...

  • MDMS Actions & Role Action Mapping for Vendor

...

Code Block
{
      "id": {{PLACEHOLDER1}},

...


      "name": "Create Vendor/DSO",

...


      "url": "/vendor/v1/_create",

...


      "displayName": "Create Vehicle",

...


      "orderNumber": 0,

...


      "enabled": false,

...


      "serviceCode": "vendor",

...


      "code": "null",

...


      "path": ""

...


    },

...


    {
      "id": {{PLACEHOLDER2}},

...


      "name": "Search Vendor/DSO",

...


      "url": "/vendor/v1/_search",

...


      "displayName": "Search  Vendor",

...


      "orderNumber": 1,

...


      "enabled": false,

...


      "serviceCode": "vendor",

...


      "code": "null",

...


      "path": ""

...


    },

...



{
  "id": {{PLACEHOLDER6}},

...


  "name": "Update Vendor/DSO",

...


  "url": "/vendor/v1/_update",

...


  "displayName": "Update Vendor",

...


  "orderNumber": 0,

...


  "enabled": false,

...


  "serviceCode": "vendor",

...


  "code": "null",

...


  "path": ""

...


},

...



{
  "id": {{PLACEHOLDER3}},

...


  "name": "Vendor Driver Create",

...


  "url": "/Vendor/driver/v1/_create",

...


  "displayName": "Vendor Driver Create",

...


  "orderNumber": 1,

...


  "parentModule": "",

...


  "enabled": false,

...


  "serviceCode": "vendor",

...


  "code": "null",

...


  "path": ""

...


},

...


{

...


  "id": {{PLACEHOLDER4}},

...


  "name": "Vendor Driver Update",

...


  "url": "/Vendor/driver/v1/_update",

...


  "displayName": "Vendor Driver Update",

...


  "orderNumber": 1,

...


  "parentModule": "",

...


  "enabled": false,

...


  "serviceCode": "vendor",

...


  "code": "null",

...


  "path": ""

...


},

...


{

...


  "id": {{PLACEHOLDER5}},

...


  "name": "Vendor Driver Search",

...


  "url": "/Vendor/driver/v1/_search",

...


  "displayName": "Vendor Driver Search",

...


  "orderNumber": 1,

...


  "parentModule": "",

...


  "enabled": false,

...


  "serviceCode": "vendor",

...


  "code": "null",

...


  "path": ""

...


}
  • Role Action Mapping:

Create Vendor/DSO - SUPERUSER,FSM_ADMIN
Search Vendor/DSO - FSM_ADMIN,FSM_DSO,FSM_EDITOR_EMP,FSM_VIEW_EMP,FSM_EMP_FSTPO,CITIZEN,FSM_COLLECTOR,FSM_CREATOR_EMP,FSM_REPORT_VIEWER,FSM_DASHBOARD_VIEWERFSM_DRIVER,FSM_CREATOR_EMP,SUPERUSER
Update Vendor/DSO - FSM_EMP_FSTPO,FSM_ADMIN,SUPERUSER
Vendor Driver Create - FSM_ADMIN,FSM_CREATOR_EMP,FSM_DSO,FSM_EDITOR_EMP,FSM_VIEW_EMP,FSM_EMP_FSTPO
Vendor Driver Update - FSM_ADMIN,FSM_CREATOR_EMP,FSM_DSO,FSM_EDITOR_EMP,FSM_VIEW_EMP,FSM_EMP_FSTPO
Vendor Driver Search - FSM_ADMIN,FSM_CREATOR_EMP,FSM_DSO,FSM_EDITOR_EMP,FSM_VIEW_EMP,FSM_EMP_FSTPO

...

  • MDMS Actions & Role Action Mapping for Vendor

Code Block
{

...


      "id": {{PLACEHOLDER1}},

...


      "name": "Create Vehicle Application",

...


      "url": "/vehicle/v1/_create",

...


      "displayName": "Create Vehicle",

...


      "orderNumber": 0,

...


      "enabled": false,

...


      "serviceCode": "vehicle",

...


      "code": "null",

...


      "path": ""

...


    },

...


    {
      "id":  {{PLACEHOLDER2}},

...


      "name": "Search Vehicle Application",

...


      "url": "/vehicle/v1/_search",

...


      "displayName": "Search  Vehicle",

...


      "orderNumber": 1,

...


      "enabled": false,

...


      "serviceCode": "vehicle",

...


      "code": "null",

...


      "path": ""

...


    },

...


    {
      "id": {{PLACEHOLDER3}},

...


      "name": "Vehicle Trip Search",

...


       "url": "/vehicle/trip/v1/_search",

...


      "displayName": "Vehicle Trip Search",

...


      "orderNumber": 1,

...


      "parentModule": "",

...


      "enabled": false,

...


      "serviceCode": "",

...


      "code": "null",

...


      "path": ""

...


    },

...


    {
      "id": {{PLACEHOLDER4}},

...


      "name": "Vehicle Trip Update",

...


       "url": "/vehicle/trip/v1/_update",

...


      "displayName": "Vehicle Trip Update",

...


      "orderNumber": 1,

...


      "parentModule": "",

...


      "enabled": false,

...


      "serviceCode": "",

...


      "code": "null",

...


      "path": ""

...


    },

...


    {
      "id": {{PLACEHOLDER5}},

...


      "name": "Vehicle Trip Create",

...


      "url": "/vehicle/trip/v1/_create",

...


      "displayName": "Vehicle Trip Create",

...


      "orderNumber": 1,

...


      "parentModule": "",

...


      "enabled": false,

...


      "serviceCode": "vehicle",

...


      "code": "null",

...


      "path": ""

...


    },

...



{
  "id": {{PLACEHOLDER6}},

...


  "name": "Update Vehicle Application",

...


  "url": "/vehicle/v1/_update",

...


  "displayName": "Update Vehicle",

...


  "orderNumber": 0,

...


  "enabled": false,

...


  "serviceCode": "vehicle",

...


  "code": "null",

...


  "path": ""

...


}
  • Role Action Mapping:

Create Vehicle Application - FSM_ADMIN
Search Vehicle Application - FSM_ADMIN,FSM_DSO,FSM_EDITOR_EMP,FSM_VIEW_EMP,FSM_EMP_FSTPO,FSM_CREATOR_EMP
Vehicle Trip Search - FSM_EMP_FSTPO,FSM_EDITOR_EMP,FSM_CREATOR_EMP,FSM_ADMIN
Vehicle Trip Update - FSM_EMP_FSTPO
Update Vehicle Application - FSM_ADMIN
Vehicle Trip Create - FSM_EMP_FSTPO

...