Advertisement
izznogooood

Untitled

Jul 4th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.26 KB | None | 0 0
  1. {
  2.   "id": 1,
  3.   "kits": [
  4.     {
  5.       "id": 1,
  6.       "name": "Kamerakit",
  7.       "attributes": {
  8.         "0001": "1",
  9.         "0002": "1"
  10.       },
  11.       "item": [
  12.         {
  13.           "id": 2,
  14.           "part_number": "0002",
  15.           "name": "Superdeksel",
  16.           "description": "",
  17.           "img": null,
  18.           "attributes": {
  19.             "alarm": {
  20.               "inputs": {
  21.                 "wired": 0,
  22.                 "wireless": 0
  23.               },
  24.               "outputs": 0
  25.             },
  26.             "video": {
  27.               "channels": 0,
  28.               "licenses": 0
  29.             },
  30.             "access-control": {}
  31.           },
  32.           "url": "",
  33.           "status": "NOR",
  34.           "avg_delivery_time": 0,
  35.           "stock": 0,
  36.           "cost": "100.00",
  37.           "recurring": false,
  38.           "installation_time": "0.0",
  39.           "specifications": {},
  40.           "manufacturer": null,
  41.           "supplier": 1,
  42.           "replacement": null,
  43.           "currency": 1,
  44.           "product_manager": null,
  45.           "concepts": [
  46.             1
  47.           ],
  48.           "subcategories": [
  49.             2
  50.           ],
  51.           "accessories": []
  52.         },
  53.         {
  54.           "id": 1,
  55.           "part_number": "0001",
  56.           "name": "Superkamera",
  57.           "description": "",
  58.           "img": null,
  59.           "attributes": {
  60.             "alarm": {
  61.               "inputs": {
  62.                 "wired": 0,
  63.                 "wireless": 0
  64.               },
  65.               "outputs": 0
  66.             },
  67.             "video": {
  68.               "channels": 0,
  69.               "licenses": 0
  70.             },
  71.             "access-control": {}
  72.           },
  73.           "url": "",
  74.           "status": "NOR",
  75.           "avg_delivery_time": 1,
  76.           "stock": 0,
  77.           "cost": "250.00",
  78.           "recurring": false,
  79.           "installation_time": "1.0",
  80.           "specifications": {},
  81.           "manufacturer": null,
  82.           "supplier": 1,
  83.           "replacement": null,
  84.           "currency": 1,
  85.           "product_manager": null,
  86.           "concepts": [
  87.             1
  88.           ],
  89.           "subcategories": [
  90.             1
  91.           ],
  92.           "accessories": [
  93.             2
  94.           ]
  95.         }
  96.       ]
  97.     }
  98.   ],
  99.   "name": "Smart Kamera",
  100.   "level": "6",
  101.   "attributes": {
  102.     "alarm": false,
  103.     "video": {
  104.       "channels": false,
  105.       "licenses": false
  106.     },
  107.     "presales": 0,
  108.     "access-control": {}
  109.   },
  110.   "publish": false,
  111.   "sst": false,
  112.   "items": [
  113.     {
  114.       "id": 2,
  115.       "part_number": "0002",
  116.       "name": "Superdeksel",
  117.       "description": "",
  118.       "img": null,
  119.       "attributes": {
  120.         "alarm": {
  121.           "inputs": {
  122.             "wired": 0,
  123.             "wireless": 0
  124.           },
  125.           "outputs": 0
  126.         },
  127.         "video": {
  128.           "channels": 0,
  129.           "licenses": 0
  130.         },
  131.         "access-control": {}
  132.       },
  133.       "url": "",
  134.       "status": "NOR",
  135.       "avg_delivery_time": 0,
  136.       "stock": 0,
  137.       "cost": "100.00",
  138.       "recurring": false,
  139.       "installation_time": "0.0",
  140.       "specifications": {},
  141.       "manufacturer": null,
  142.       "supplier": 1,
  143.       "replacement": null,
  144.       "currency": 1,
  145.       "product_manager": null,
  146.       "concepts": [
  147.         1
  148.       ],
  149.       "subcategories": [
  150.         2
  151.       ],
  152.       "accessories": []
  153.     },
  154.     {
  155.       "id": 1,
  156.       "part_number": "0001",
  157.       "name": "Superkamera",
  158.       "description": "",
  159.       "img": null,
  160.       "attributes": {
  161.         "alarm": {
  162.           "inputs": {
  163.             "wired": 0,
  164.             "wireless": 0
  165.           },
  166.           "outputs": 0
  167.         },
  168.         "video": {
  169.           "channels": 0,
  170.           "licenses": 0
  171.         },
  172.         "access-control": {}
  173.       },
  174.       "url": "",
  175.       "status": "NOR",
  176.       "avg_delivery_time": 1,
  177.       "stock": 0,
  178.       "cost": "250.00",
  179.       "recurring": false,
  180.       "installation_time": "1.0",
  181.       "specifications": {},
  182.       "manufacturer": null,
  183.       "supplier": 1,
  184.       "replacement": null,
  185.       "currency": 1,
  186.       "product_manager": null,
  187.       "concepts": [
  188.         1
  189.       ],
  190.       "subcategories": [
  191.         1
  192.       ],
  193.       "accessories": [
  194.         2
  195.       ]
  196.     }
  197.   ]
  198. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement