Advertisement
Guest User

json

a guest
Oct 31st, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 12.93 KB | None | 0 0
  1. {
  2.     "status": true,
  3.     "code": 200,
  4.     "message": "Success.",
  5.     "data": [
  6.         {
  7.             "id": 2,
  8.             "passenger_id": 11,
  9.             "route_id": 1,
  10.             "pick_up_id": 2,
  11.             "drop_of_id": 3,
  12.             "time_id": 2,
  13.             "date": "2018-09-08",
  14.             "seat": "2",
  15.             "amount": "100",
  16.             "status": 1,
  17.             "created_at": "2018-10-20 16:52:55",
  18.             "updated_at": "2018-10-20 16:52:55",
  19.             "passenger": {
  20.                 "id": 11,
  21.                 "customer_id": "108",
  22.                 "name": "Test",
  23.                 "email": "test@gmail.com",
  24.                 "contact_no": "01720589853",
  25.                 "picture": "passenger/profile/W8n7NPgynl7aCrIMyRB7KTJ43uwHisIii8V4AzKK.png",
  26.                 "pick_up_point": null,
  27.                 "institution": "Test",
  28.                 "status": 1,
  29.                 "firebase_uid": "123",
  30.                 "created_at": "2018-09-24 10:34:58",
  31.                 "updated_at": "2018-10-16 14:31:40"
  32.             },
  33.             "route": {
  34.                 "id": 1,
  35.                 "from": 2,
  36.                 "to": 3,
  37.                 "created_at": "2018-09-09 11:21:43",
  38.                 "updated_at": "2018-10-09 04:57:24",
  39.                 "from_location": {
  40.                     "id": 2,
  41.                     "name": "Mirpur",
  42.                     "created_at": "2018-09-09 11:10:36",
  43.                     "updated_at": "2018-09-09 11:10:36"
  44.                 },
  45.                 "to_location": {
  46.                     "id": 3,
  47.                     "name": "Bashundhara",
  48.                     "created_at": "2018-09-09 11:10:45",
  49.                     "updated_at": "2018-09-09 12:53:48"
  50.                 }
  51.             },
  52.             "time": {
  53.                 "id": 2,
  54.                 "time": "6:40",
  55.                 "time_order": 0,
  56.                 "created_at": "2018-09-19 07:57:59",
  57.                 "updated_at": "2018-10-09 04:32:46"
  58.             },
  59.             "pickup": {
  60.                 "id": 2,
  61.                 "name": "mirpur 10",
  62.                 "lat": "0.9999999999999999",
  63.                 "lon": "0.666666666666666666",
  64.                 "location_id": 2,
  65.                 "status": 1,
  66.                 "created_at": "2018-09-18 12:28:57",
  67.                 "updated_at": "2018-09-18 12:28:57"
  68.             },
  69.             "dropof": {
  70.                 "id": 3,
  71.                 "name": "bashundhara gate",
  72.                 "lat": null,
  73.                 "lon": null,
  74.                 "location_id": 3,
  75.                 "status": 1,
  76.                 "created_at": "2018-09-20 06:57:30",
  77.                 "updated_at": "2018-09-20 06:57:30"
  78.             }
  79.         },
  80.         {
  81.             "id": 3,
  82.             "passenger_id": 11,
  83.             "route_id": 1,
  84.             "pick_up_id": 2,
  85.             "drop_of_id": 3,
  86.             "time_id": 2,
  87.             "date": "2018-09-08",
  88.             "seat": "2",
  89.             "amount": "100",
  90.             "status": 1,
  91.             "created_at": null,
  92.             "updated_at": null,
  93.             "passenger": {
  94.                 "id": 11,
  95.                 "customer_id": "108",
  96.                 "name": "Test",
  97.                 "email": "test@gmail.com",
  98.                 "contact_no": "01720589853",
  99.                 "picture": "passenger/profile/W8n7NPgynl7aCrIMyRB7KTJ43uwHisIii8V4AzKK.png",
  100.                 "pick_up_point": null,
  101.                 "institution": "Test",
  102.                 "status": 1,
  103.                 "firebase_uid": "123",
  104.                 "created_at": "2018-09-24 10:34:58",
  105.                 "updated_at": "2018-10-16 14:31:40"
  106.             },
  107.             "route": {
  108.                 "id": 1,
  109.                 "from": 2,
  110.                 "to": 3,
  111.                 "created_at": "2018-09-09 11:21:43",
  112.                 "updated_at": "2018-10-09 04:57:24",
  113.                 "from_location": {
  114.                     "id": 2,
  115.                     "name": "Mirpur",
  116.                     "created_at": "2018-09-09 11:10:36",
  117.                     "updated_at": "2018-09-09 11:10:36"
  118.                 },
  119.                 "to_location": {
  120.                     "id": 3,
  121.                     "name": "Bashundhara",
  122.                     "created_at": "2018-09-09 11:10:45",
  123.                     "updated_at": "2018-09-09 12:53:48"
  124.                 }
  125.             },
  126.             "time": {
  127.                 "id": 2,
  128.                 "time": "6:40",
  129.                 "time_order": 0,
  130.                 "created_at": "2018-09-19 07:57:59",
  131.                 "updated_at": "2018-10-09 04:32:46"
  132.             },
  133.             "pickup": {
  134.                 "id": 2,
  135.                 "name": "mirpur 10",
  136.                 "lat": "0.9999999999999999",
  137.                 "lon": "0.666666666666666666",
  138.                 "location_id": 2,
  139.                 "status": 1,
  140.                 "created_at": "2018-09-18 12:28:57",
  141.                 "updated_at": "2018-09-18 12:28:57"
  142.             },
  143.             "dropof": {
  144.                 "id": 3,
  145.                 "name": "bashundhara gate",
  146.                 "lat": null,
  147.                 "lon": null,
  148.                 "location_id": 3,
  149.                 "status": 1,
  150.                 "created_at": "2018-09-20 06:57:30",
  151.                 "updated_at": "2018-09-20 06:57:30"
  152.             }
  153.         },
  154.         {
  155.             "id": 4,
  156.             "passenger_id": 11,
  157.             "route_id": 1,
  158.             "pick_up_id": 2,
  159.             "drop_of_id": 3,
  160.             "time_id": 2,
  161.             "date": "2018-09-08",
  162.             "seat": "2",
  163.             "amount": "100",
  164.             "status": 1,
  165.             "created_at": null,
  166.             "updated_at": null,
  167.             "passenger": {
  168.                 "id": 11,
  169.                 "customer_id": "108",
  170.                 "name": "Test",
  171.                 "email": "test@gmail.com",
  172.                 "contact_no": "01720589853",
  173.                 "picture": "passenger/profile/W8n7NPgynl7aCrIMyRB7KTJ43uwHisIii8V4AzKK.png",
  174.                 "pick_up_point": null,
  175.                 "institution": "Test",
  176.                 "status": 1,
  177.                 "firebase_uid": "123",
  178.                 "created_at": "2018-09-24 10:34:58",
  179.                 "updated_at": "2018-10-16 14:31:40"
  180.             },
  181.             "route": {
  182.                 "id": 1,
  183.                 "from": 2,
  184.                 "to": 3,
  185.                 "created_at": "2018-09-09 11:21:43",
  186.                 "updated_at": "2018-10-09 04:57:24",
  187.                 "from_location": {
  188.                     "id": 2,
  189.                     "name": "Mirpur",
  190.                     "created_at": "2018-09-09 11:10:36",
  191.                     "updated_at": "2018-09-09 11:10:36"
  192.                 },
  193.                 "to_location": {
  194.                     "id": 3,
  195.                     "name": "Bashundhara",
  196.                     "created_at": "2018-09-09 11:10:45",
  197.                     "updated_at": "2018-09-09 12:53:48"
  198.                 }
  199.             },
  200.             "time": {
  201.                 "id": 2,
  202.                 "time": "6:40",
  203.                 "time_order": 0,
  204.                 "created_at": "2018-09-19 07:57:59",
  205.                 "updated_at": "2018-10-09 04:32:46"
  206.             },
  207.             "pickup": {
  208.                 "id": 2,
  209.                 "name": "mirpur 10",
  210.                 "lat": "0.9999999999999999",
  211.                 "lon": "0.666666666666666666",
  212.                 "location_id": 2,
  213.                 "status": 1,
  214.                 "created_at": "2018-09-18 12:28:57",
  215.                 "updated_at": "2018-09-18 12:28:57"
  216.             },
  217.             "dropof": {
  218.                 "id": 3,
  219.                 "name": "bashundhara gate",
  220.                 "lat": null,
  221.                 "lon": null,
  222.                 "location_id": 3,
  223.                 "status": 1,
  224.                 "created_at": "2018-09-20 06:57:30",
  225.                 "updated_at": "2018-09-20 06:57:30"
  226.             }
  227.         },
  228.         {
  229.             "id": 5,
  230.             "passenger_id": 11,
  231.             "route_id": 1,
  232.             "pick_up_id": 2,
  233.             "drop_of_id": 3,
  234.             "time_id": 2,
  235.             "date": "2018-09-08",
  236.             "seat": "2",
  237.             "amount": "100",
  238.             "status": 1,
  239.             "created_at": null,
  240.             "updated_at": null,
  241.             "passenger": {
  242.                 "id": 11,
  243.                 "customer_id": "108",
  244.                 "name": "Test",
  245.                 "email": "test@gmail.com",
  246.                 "contact_no": "01720589853",
  247.                 "picture": "passenger/profile/W8n7NPgynl7aCrIMyRB7KTJ43uwHisIii8V4AzKK.png",
  248.                 "pick_up_point": null,
  249.                 "institution": "Test",
  250.                 "status": 1,
  251.                 "firebase_uid": "123",
  252.                 "created_at": "2018-09-24 10:34:58",
  253.                 "updated_at": "2018-10-16 14:31:40"
  254.             },
  255.             "route": {
  256.                 "id": 1,
  257.                 "from": 2,
  258.                 "to": 3,
  259.                 "created_at": "2018-09-09 11:21:43",
  260.                 "updated_at": "2018-10-09 04:57:24",
  261.                 "from_location": {
  262.                     "id": 2,
  263.                     "name": "Mirpur",
  264.                     "created_at": "2018-09-09 11:10:36",
  265.                     "updated_at": "2018-09-09 11:10:36"
  266.                 },
  267.                 "to_location": {
  268.                     "id": 3,
  269.                     "name": "Bashundhara",
  270.                     "created_at": "2018-09-09 11:10:45",
  271.                     "updated_at": "2018-09-09 12:53:48"
  272.                 }
  273.             },
  274.             "time": {
  275.                 "id": 2,
  276.                 "time": "6:40",
  277.                 "time_order": 0,
  278.                 "created_at": "2018-09-19 07:57:59",
  279.                 "updated_at": "2018-10-09 04:32:46"
  280.             },
  281.             "pickup": {
  282.                 "id": 2,
  283.                 "name": "mirpur 10",
  284.                 "lat": "0.9999999999999999",
  285.                 "lon": "0.666666666666666666",
  286.                 "location_id": 2,
  287.                 "status": 1,
  288.                 "created_at": "2018-09-18 12:28:57",
  289.                 "updated_at": "2018-09-18 12:28:57"
  290.             },
  291.             "dropof": {
  292.                 "id": 3,
  293.                 "name": "bashundhara gate",
  294.                 "lat": null,
  295.                 "lon": null,
  296.                 "location_id": 3,
  297.                 "status": 1,
  298.                 "created_at": "2018-09-20 06:57:30",
  299.                 "updated_at": "2018-09-20 06:57:30"
  300.             }
  301.         },
  302.         {
  303.             "id": 6,
  304.             "passenger_id": 11,
  305.             "route_id": 1,
  306.             "pick_up_id": 2,
  307.             "drop_of_id": 3,
  308.             "time_id": 2,
  309.             "date": "2018-09-08",
  310.             "seat": "2",
  311.             "amount": "100",
  312.             "status": 1,
  313.             "created_at": null,
  314.             "updated_at": null,
  315.             "passenger": {
  316.                 "id": 11,
  317.                 "customer_id": "108",
  318.                 "name": "Test",
  319.                 "email": "test@gmail.com",
  320.                 "contact_no": "01720589853",
  321.                 "picture": "passenger/profile/W8n7NPgynl7aCrIMyRB7KTJ43uwHisIii8V4AzKK.png",
  322.                 "pick_up_point": null,
  323.                 "institution": "Test",
  324.                 "status": 1,
  325.                 "firebase_uid": "123",
  326.                 "created_at": "2018-09-24 10:34:58",
  327.                 "updated_at": "2018-10-16 14:31:40"
  328.             },
  329.             "route": {
  330.                 "id": 1,
  331.                 "from": 2,
  332.                 "to": 3,
  333.                 "created_at": "2018-09-09 11:21:43",
  334.                 "updated_at": "2018-10-09 04:57:24",
  335.                 "from_location": {
  336.                     "id": 2,
  337.                     "name": "Mirpur",
  338.                     "created_at": "2018-09-09 11:10:36",
  339.                     "updated_at": "2018-09-09 11:10:36"
  340.                 },
  341.                 "to_location": {
  342.                     "id": 3,
  343.                     "name": "Bashundhara",
  344.                     "created_at": "2018-09-09 11:10:45",
  345.                     "updated_at": "2018-09-09 12:53:48"
  346.                 }
  347.             },
  348.             "time": {
  349.                 "id": 2,
  350.                 "time": "6:40",
  351.                 "time_order": 0,
  352.                 "created_at": "2018-09-19 07:57:59",
  353.                 "updated_at": "2018-10-09 04:32:46"
  354.             },
  355.             "pickup": {
  356.                 "id": 2,
  357.                 "name": "mirpur 10",
  358.                 "lat": "0.9999999999999999",
  359.                 "lon": "0.666666666666666666",
  360.                 "location_id": 2,
  361.                 "status": 1,
  362.                 "created_at": "2018-09-18 12:28:57",
  363.                 "updated_at": "2018-09-18 12:28:57"
  364.             },
  365.             "dropof": {
  366.                 "id": 3,
  367.                 "name": "bashundhara gate",
  368.                 "lat": null,
  369.                 "lon": null,
  370.                 "location_id": 3,
  371.                 "status": 1,
  372.                 "created_at": "2018-09-20 06:57:30",
  373.                 "updated_at": "2018-09-20 06:57:30"
  374.             }
  375.         }
  376.     ]
  377. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement