Advertisement
achmadzainulkarim

Vehicle List

Nov 20th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.79 KB | None | 0 0
  1. {
  2.   "status": "success",
  3.   "result": {
  4.     "data": [
  5.       {
  6.         "id": 4,
  7.         "type": "Double Engkel",
  8.         "plate_number": "L1290BI",
  9.         "status": 1,
  10.         "updated_at": "2019-08-14 04:18:54"
  11.       },
  12.       {
  13.         "id": 3,
  14.         "type": "Motor Gerobak",
  15.         "plate_number": "L 3030 RL",
  16.         "status": 1,
  17.         "updated_at": "2019-08-13 21:41:17"
  18.       },
  19.       {
  20.         "id": 2,
  21.         "type": "Pick Up",
  22.         "plate_number": "L 1234 LL",
  23.         "status": 1,
  24.         "updated_at": "2019-08-13 17:20:31"
  25.       },
  26.       {
  27.         "id": 1,
  28.         "type": "Motorbike",
  29.         "plate_number": "L1980BA",
  30.         "status": 1,
  31.         "updated_at": "2019-08-11 06:11:52"
  32.       }
  33.     ],
  34.     "count_rows": 4,
  35.     "count_pages": 1
  36.   }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement