Advertisement
daxruiz

menu

Mar 20th, 2023
872
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.01 KB | None | 0 0
  1. [
  2.     {
  3.         "id": 2,
  4.         "name": "Prepago",
  5.         "description": "Prepago",
  6.         "url": "",
  7.         "imageUrl": "",
  8.         "order": 1,
  9.         "menuTypeId": 1,
  10.         "menuParentId": 3,
  11.         "menus": [
  12.             {
  13.                 "id": 3,
  14.                 "name": "Consulta",
  15.                 "description": "Consulta",
  16.                 "url": "",
  17.                 "imageUrl": "",
  18.                 "order": 1,
  19.                 "menuTypeId": 2,
  20.                 "menuParentId": 2,
  21.                 "menus": [
  22.                     {
  23.                         "id": 4,
  24.                         "name": "Clientes",
  25.                         "description": "Clientes",
  26.                         "url": "clients",
  27.                         "imageUrl": "",
  28.                         "order": 1,
  29.                         "menuTypeId": 3,
  30.                         "menuParentId": 3,
  31.                         "menus": [],
  32.                         "permits": [
  33.                             {
  34.                                 "menuId": 4,
  35.                                 "permitId": 1,
  36.                                 "name": "Ver clientes"
  37.                             }
  38.                         ]
  39.                     },
  40.                     {
  41.                         "id": 5,
  42.                         "name": "Indicadores",
  43.                         "description": "Indicadores",
  44.                         "url": "indicators",
  45.                         "imageUrl": "",
  46.                         "order": 1,
  47.                         "menuTypeId": 3,
  48.                         "menuParentId": 3,
  49.                         "menus": [],
  50.                         "permits": [
  51.                             {
  52.                                 "menuId": 5,
  53.                                 "permitId": 2,
  54.                                 "name": "Ver indicador"
  55.                             }
  56.                         ]
  57.                     }
  58.                 ],
  59.                 "permits": []
  60.             }
  61.         ],
  62.         "permits": []
  63.     }
  64. ]
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement