Advertisement
achmadzainulkarim

Subcategory LIst

Nov 20th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.12 KB | None | 0 0
  1. {
  2.   "status": "success",
  3.   "result": {
  4.     "data": [
  5.       {
  6.         "id": 11,
  7.         "type": "retail",
  8.         "name": "Sepatu anak cowok",
  9.         "image": "https:\/\/s3-ap-southeast-1.amazonaws.com\/dressup\/test\/categories\/SPCC.png",
  10.         "code": "SPCC",
  11.         "status": 1,
  12.         "updated_at": "2019-10-21 15:01:23",
  13.         "parent_name": "Kecantikan",
  14.         "parent_id": 6
  15.       },
  16.       {
  17.         "id": 10,
  18.         "type": "retail",
  19.         "name": "flipcase",
  20.         "image": "",
  21.         "code": "FPC",
  22.         "status": 1,
  23.         "updated_at": "2019-10-16 10:22:48",
  24.         "parent_name": "Aksesoris",
  25.         "parent_id": 7
  26.       },
  27.       {
  28.         "id": 8,
  29.         "type": "retail",
  30.         "name": "Sabun",
  31.         "image": null,
  32.         "code": "B",
  33.         "status": 1,
  34.         "updated_at": "2019-10-15 10:41:07",
  35.         "parent_name": "Kecantikan",
  36.         "parent_id": 6
  37.       },
  38.       {
  39.         "id": 9,
  40.         "type": "retail",
  41.         "name": "Toner",
  42.         "image": null,
  43.         "code": "T",
  44.         "status": 1,
  45.         "updated_at": "2019-10-15 10:41:07",
  46.         "parent_name": "Kecantikan",
  47.         "parent_id": 6
  48.       },
  49.       {
  50.         "id": 7,
  51.         "type": "retail",
  52.         "name": "Serum",
  53.         "image": null,
  54.         "code": "S",
  55.         "status": 1,
  56.         "updated_at": "2019-10-11 17:01:07",
  57.         "parent_name": "Kecantikan",
  58.         "parent_id": 6
  59.       },
  60.       {
  61.         "id": 6,
  62.         "type": "grosir",
  63.         "name": "Snack camilan jajan",
  64.         "image": "https:\/\/s3-ap-southeast-1.amazonaws.com\/dressup\/test\/categories\/SNK.png",
  65.         "code": "SNK",
  66.         "status": 1,
  67.         "updated_at": "2019-10-11 16:53:44",
  68.         "parent_name": "Bumbu Masak",
  69.         "parent_id": 5
  70.       },
  71.       {
  72.         "id": 3,
  73.         "type": "grosir",
  74.         "name": "Ready To drink",
  75.         "image": "",
  76.         "code": "RTD",
  77.         "status": 1,
  78.         "updated_at": "2019-10-11 16:50:16",
  79.         "parent_name": "Minuman",
  80.         "parent_id": 3
  81.       },
  82.       {
  83.         "id": 4,
  84.         "type": "grosir",
  85.         "name": "Beras",
  86.         "image": "https:\/\/s3-ap-southeast-1.amazonaws.com\/dressup\/test\/categories\/BR.jpg",
  87.         "code": "BR",
  88.         "status": 1,
  89.         "updated_at": "2019-10-11 16:29:39",
  90.         "parent_name": "Rokok",
  91.         "parent_id": 1
  92.       },
  93.       {
  94.         "id": 5,
  95.         "type": "grosir",
  96.         "name": "Per-micin-an ",
  97.         "image": "https:\/\/s3-ap-southeast-1.amazonaws.com\/dressup\/test\/categories\/MCN.jpg",
  98.         "code": "MCN",
  99.         "status": 1,
  100.         "updated_at": "2019-10-11 16:28:52",
  101.         "parent_name": "Rokok",
  102.         "parent_id": 1
  103.       },
  104.       {
  105.         "id": 1,
  106.         "type": "grosir",
  107.         "name": "Rokok Kretek",
  108.         "image": "https:\/\/s3-ap-southeast-1.amazonaws.com\/dressup\/test\/categories\/RKK.jpg",
  109.         "code": "RKKK",
  110.         "status": 1,
  111.         "updated_at": "2019-08-10 06:32:42",
  112.         "parent_name": "Rokok",
  113.         "parent_id": 1
  114.       }
  115.     ],
  116.     "count_rows": 11,
  117.     "count_pages": 2
  118.   }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement