Advertisement
daxruiz

nueva estructura menus

Feb 17th, 2023
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.16 KB | None | 0 0
  1. [
  2.     {
  3.         "reportId": 1,
  4.         "reportTypeId": 1,
  5.         "name": "Modulo 1",
  6.         "description": "Modulo 1",
  7.         "url": "",
  8.         "image": "",
  9.         "statusId": 0,
  10.         "reportParentId": 0,
  11.         "enableEdit": true,
  12.         "reportItems": [
  13.             {
  14.                 "reportId": 2,
  15.                 "reportTypeId": 2,
  16.                 "name": "Sub modulo 1",
  17.                 "description": "Sub modulo 1",
  18.                 "url": "",
  19.                 "image": "",
  20.                 "statusId": 0,
  21.                 "reportParentId": 1,
  22.                 "enableEdit": true,
  23.                 "reportItems": [
  24.                     {
  25.                         "reportId": 5,
  26.                         "reportTypeId": 3,
  27.                         "name": "Aprobar sub 1",
  28.                         "description": "Aprobar sub 1",
  29.                         "url": "",
  30.                         "image": "",
  31.                         "statusId": 0,
  32.                         "reportParentId": 2,
  33.                         "enableEdit": true,
  34.                         "reportItems": []
  35.                     }
  36.                 ]
  37.             }
  38.         ]
  39.     }
  40. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement