ahadianNKC

Untitled

Jan 2nd, 2023
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.88 KB | None | 0 0
  1. Kronologis
  2.  
  3. //Request Booking 13:41:09
  4. {
  5.   "headers": {
  6.     "content-type": "application/json",
  7.     "gzip": true,
  8.     "authorization": "Basic b21zOm5EaU5uSjB1R0F0YUZwMzk=",
  9.     "x-forwarded-for": "52.220.1.87"
  10.   },
  11.   "method": "PUT",
  12.   "url": "https://fastfood.ffi.co.id/gex/api/v1/order",
  13.   "json": true,
  14.   "body": {
  15.     "orderId": "33091229S220020",
  16.     "bookingId": "IN-2-0GYAF371XWQ2SF1Z3946",
  17.     "driverName": "",
  18.     "phoneNumber": "",
  19.     "driverPhoto": "",
  20.     "liveTrackingURL": "",
  21.     "cancellationReason": "",
  22.     "receiverName": "Eka Syeanne Isabela Renwari",
  23.     "status": "ALLOCATING"
  24.   }
  25. }
  26.  
  27. //Picking Up 13:41:17
  28. {
  29.   "headers": {
  30.     "content-type": "application/json",
  31.     "gzip": true,
  32.     "authorization": "Basic b21zOm5EaU5uSjB1R0F0YUZwMzk=",
  33.     "x-forwarded-for": "52.220.17.28"
  34.   },
  35.   "method": "PUT",
  36.   "url": "https://fastfood.ffi.co.id/gex/api/v1/order",
  37.   "json": true,
  38.   "body": {
  39.     "orderId": "33091229S220020",
  40.     "bookingId": "IN-2-0GYAF371XWQ2SF1Z3946",
  41.     "driverName": "Dandi",
  42.     "phoneNumber": "6285210444473",
  43.     "driverPhoto": "https://s3-ap-southeast-1.amazonaws.com/myteksi/grab-id/profile_pic/1/-1/e9XPlcMwVHtTFGx2BCiaXtZ0LGo=_2022/08/02_.jpg",
  44.     "liveTrackingURL": "https://express.grab.com/JKwYKBZZ",
  45.     "cancellationReason": "",
  46.     "receiverName": "Eka Syeanne Isabela Renwari",
  47.     "status": "PICKING_UP"
  48.   }
  49. }
  50.  
  51. //In Delivery 14:09:22
  52. {
  53.   "headers": {
  54.     "content-type": "application/json",
  55.     "gzip": true,
  56.     "authorization": "Basic b21zOm5EaU5uSjB1R0F0YUZwMzk=",
  57.     "x-forwarded-for": "52.74.198.105"
  58.   },
  59.   "method": "PUT",
  60.   "url": "https://fastfood.ffi.co.id/gex/api/v1/order",
  61.   "json": true,
  62.   "body": {
  63.     "orderId": "33091229S220020",
  64.     "bookingId": "IN-2-0GYAF371XWQ2SF1Z3946",
  65.     "driverName": "Dandi",
  66.     "phoneNumber": "6285210444473",
  67.     "driverPhoto": "https://s3-ap-southeast-1.amazonaws.com/myteksi/grab-id/profile_pic/1/-1/e9XPlcMwVHtTFGx2BCiaXtZ0LGo=_2022/08/02_.jpg",
  68.     "liveTrackingURL": "https://express.grab.com/JKwYKBZZ",
  69.     "cancellationReason": "",
  70.     "receiverName": "Eka Syeanne Isabela Renwari",
  71.     "status": "IN_DELIVERY"
  72.   }
  73. }
  74.  
  75. // Completed 14:09:46
  76. {
  77.   "headers": {
  78.     "content-type": "application/json",
  79.     "gzip": true,
  80.     "authorization": "Basic b21zOm5EaU5uSjB1R0F0YUZwMzk=",
  81.     "x-forwarded-for": "52.220.17.28"
  82.   },
  83.   "method": "PUT",
  84.   "url": "https://fastfood.ffi.co.id/gex/api/v1/order",
  85.   "json": true,
  86.   "body": {
  87.     "orderId": "33091229S220020",
  88.     "bookingId": "IN-2-0GYAF371XWQ2SF1Z3946",
  89.     "driverName": "Dandi",
  90.     "phoneNumber": "6285210444473",
  91.     "driverPhoto": "https://s3-ap-southeast-1.amazonaws.com/myteksi/grab-id/profile_pic/1/-1/e9XPlcMwVHtTFGx2BCiaXtZ0LGo=_2022/08/02_.jpg",
  92.     "liveTrackingURL": "",
  93.     "cancellationReason": "",
  94.     "receiverName": "Eka Syeanne Isabela Renwari",
  95.     "status": "COMPLETED"
  96.   }
  97. }
Advertisement
Add Comment
Please, Sign In to add comment