Advertisement
achmadzainulkarim

Warehouse LIst

Nov 20th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.13 KB | None | 0 0
  1. {
  2.   "status": "success",
  3.   "result": {
  4.     "data": [
  5.       {
  6.         "id": 3,
  7.         "name": "test",
  8.         "code": "TEST",
  9.         "latitude": "-7.270885999999999",
  10.         "longitude": "112.74541099999999",
  11.         "phone": "141414141414",
  12.         "city": "Kota Surabaya",
  13.         "district": "Kecamatan Genteng",
  14.         "address": "gedung scomptect lantai 3 nomor 309",
  15.         "mapped_address": "Jl. Kayoon No.24, Embong Kaliasin, Kec. Genteng, Kota SBY, Jawa Timur 60271, Indonesia",
  16.         "note": "test",
  17.         "status": 0,
  18.         "updated_at": "2019-11-04 15:11:24",
  19.         "warehouse_cities": [
  20.           {
  21.             "city": "kota-surabaya"
  22.           },
  23.           {
  24.             "city": "kabupaten-sidoarjo"
  25.           }
  26.         ]
  27.       },
  28.       {
  29.         "id": 2,
  30.         "name": "gudang sidoarjo",
  31.         "code": "123456",
  32.         "latitude": "-7.397551824990309",
  33.         "longitude": "112.72828616044785",
  34.         "phone": "1234567",
  35.         "city": "Kabupaten Sidoarjo",
  36.         "district": "Kecamatan Gedangan",
  37.         "address": "sidoarjo",
  38.         "mapped_address": "JL. Taman Gerbang Utama, Kavling 1, Komplek Puri Surya Jaya, Dusun Sruni, Sruni, Kec. Gedangan, Kabupaten Sidoarjo, Jawa Timur 61254, Indonesia",
  39.         "note": "",
  40.         "status": 1,
  41.         "updated_at": "2019-09-24 11:22:53",
  42.         "warehouse_cities": [
  43.           {
  44.             "city": "kabupaten-sidoarjo"
  45.           }
  46.         ]
  47.       },
  48.       {
  49.         "id": 1,
  50.         "name": "gudang kayooon",
  51.         "code": "08098",
  52.         "latitude": "-7.268119000000001",
  53.         "longitude": "112.74838499999998",
  54.         "phone": "02983049283",
  55.         "city": "Kota Surabaya",
  56.         "district": "Kecamatan Genteng",
  57.         "address": "kayoon",
  58.         "mapped_address": "Jl. Kayoon No.24, Embong Kaliasin, Kec. Genteng, Kota SBY, Jawa Timur 60271, Indonesia",
  59.         "note": "",
  60.         "status": 1,
  61.         "updated_at": "2019-09-20 16:25:40",
  62.         "warehouse_cities": [
  63.           {
  64.             "city": "kota-surabaya"
  65.           }
  66.         ]
  67.       }
  68.     ],
  69.     "count_rows": 3,
  70.     "count_pages": 1
  71.   }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement