Advertisement
shahin7511

last trip passenger

Oct 23rd, 2017
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.08 KB | None | 0 0
  1. {
  2.     "status": "ok",
  3.     "trip": {
  4.         "trips_id": 65,
  5.         "req_addr": "dhaka",
  6.         "req_lat": "23.870750000000",
  7.         "req_lon": "90.386798000000",
  8.         "req_type": "dako",
  9.         "req_for": "car",
  10.         "city_name": "dhaka",
  11.         "start_addr": null,
  12.         "start_lat": "23.870750000000",
  13.         "start_lon": "90.386798000000",
  14.         "start_time": null,
  15.         "dest_addr": null,
  16.         "dest_lat": null,
  17.         "dest_lon": null,
  18.         "end_time": null,
  19.         "estimated_distance_km": null,
  20.         "estimated_time_min": null,
  21.         "fk_passengers_id_requested_by": 2,
  22.         "fk_drivers_id_accepted_by": 1,
  23.         "order_type": "regular",
  24.         "fare_type": "estimated",
  25.         "calculated_fare": null,
  26.         "estimated_fare": 1624,
  27.         "is_paid": 0,
  28.         "cancellation_report": null,
  29.         "trip_state": "req_ignored",
  30.         "rate_by_driver": null,
  31.         "rate_by_passenger": null,
  32.         "fk_vehicles_id": 1,
  33.         "created_at": "2017-10-23 06:15:32",
  34.         "updated_at": "2017-10-23 08:38:58",
  35.         "accept_lat": "23.870652700000",
  36.         "accept_lon": "90.386962500000",
  37.         "accept_time": "2017-10-23 06:16:27",
  38.         "trip_cancel_time": "0000-00-00 00:00:00",
  39.         "req_cancel_time": "0000-00-00 00:00:00"
  40.     },
  41.     "driver": {
  42.         "drivers_id": 1,
  43.         "name": "Driver1",
  44.         "phone": "01717496094",
  45.         "is_disabled": 0,
  46.         "gender": "male",
  47.         "is_online": 1,
  48.         "is_verified": 1,
  49.         "is_on_trip": 1,
  50.         "city_name": "dhaka",
  51.         "fk_areas_id": null,
  52.         "cm_id": "3b454cad-2a99-4cfb-83a0-13ec0afe3267",
  53.         "email": "hafizapp@gmail.com",
  54.         "v_type": "car",
  55.         "dako_v_type": "dako",
  56.         "priority_type": "2",
  57.         "registered_from": "app",
  58.         "lat": 23.870666,
  59.         "lng": 90.3870213,
  60.         "profile_photo": "app/driver/profile_photo/1/cJsz7SG5Ekaeb9RhWe32GqCtJFu5nK1pyEuLjQH6.jpeg",
  61.         "nid_or_passport_no": null,
  62.         "nid_or_passport_photo": "app/driver/nid_or_passport_photo/1/fo7yhaq6f1hIHrlQgnxPmCmgdsHWVUmQj6a8Awuh.jpeg",
  63.         "driving_license_no": null,
  64.         "driving_license_photo": "app/driver/driving_license_photo/1/NDaGuh4FGufSPt9O3pHoRyd9b9Z0nB5k0BygBX0h.jpeg",
  65.         "money_account": null,
  66.         "verified_by": null,
  67.         "fk_vehicles_id": 1,
  68.         "home_address": null,
  69.         "office_address": null,
  70.         "remarks": null,
  71.         "referral_code": "_JXUJW",
  72.         "alert_phone": null,
  73.         "avg_rating": 0,
  74.         "created_at": "2017-10-19 05:21:48",
  75.         "updated_at": "2017-10-24 04:26:22"
  76.     },
  77.     "vehicle": {
  78.         "v_id": 1,
  79.         "v_model": null,
  80.         "v_year": null,
  81.         "v_number": null,
  82.         "v_type": "car",
  83.         "fk_vehicle_companies_id": null,
  84.         "v_is_disabled": 0,
  85.         "v_remark": null,
  86.         "created_at": "2017-10-19 05:21:47",
  87.         "updated_at": "2017-10-19 05:21:47",
  88.         "v_registration_year": null,
  89.         "v_brand_name": "Toyota"
  90.     },
  91.     "message": "trip fetched successfully!"
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement