Advertisement
achmadzainulkarim

Supplier Detail

Dec 8th, 2019
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.10 KB | None | 0 0
  1. {
  2.   "status": "success",
  3.   "result": {
  4.     "id": 1,
  5.     "name": "Anugrah",
  6.     "code": "ANH",
  7.     "status": 1,
  8.     "updated_at": "2019-08-09 23:20:06",
  9.     "purchase_orders": [
  10.       {
  11.         "po_code": "PO1908-14",
  12.         "po_date": "2019-08-14 00:00:00",
  13.         "status": 0,
  14.         "warehouse_name": "gudang kayooon",
  15.         "name": "admin"
  16.       },
  17.       {
  18.         "po_code": "PO1908-13",
  19.         "po_date": "2019-08-14 00:00:00",
  20.         "status": 0,
  21.         "warehouse_name": "gudang kayooon",
  22.         "name": "admin"
  23.       },
  24.       {
  25.         "po_code": "PO1911-18",
  26.         "po_date": "2019-11-29 00:00:00",
  27.         "status": 0,
  28.         "warehouse_name": "gudang kayooon",
  29.         "name": "deka"
  30.       },
  31.       {
  32.         "po_code": "PO1911-11",
  33.         "po_date": "2019-11-29 00:00:00",
  34.         "status": 0,
  35.         "warehouse_name": "gudang kayooon",
  36.         "name": "deka"
  37.       },
  38.       {
  39.         "po_code": "PO1908-3",
  40.         "po_date": "2019-08-14 00:00:00",
  41.         "status": 2,
  42.         "warehouse_name": "gudang kayooon",
  43.         "name": "admin"
  44.       }
  45.     ]
  46.   }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement