taweesoft

Untitled

Feb 13th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.51 KB | None | 0 0
  1. {
  2.   "app_id": "flight_travizgo",
  3.   "device_id": "",
  4.   "customer_id": "",
  5.   "bookingno": "123123",
  6.   "point": {
  7.     "used": "0",
  8.     "earn": "0"
  9.   },
  10.   "price": {
  11.     "base_price": "10000",
  12.     "discount": "0",
  13.     "final_price": "10000"
  14.   },
  15.   "isregister": "0",
  16.   "register": {
  17.     "firstname": "",
  18.     "lastname": "",
  19.     "email": "",
  20.     "phone": {
  21.       "country_code": "",
  22.       "number": ""
  23.     }
  24.   },
  25.   "booking": {
  26.     "_id": "123123",
  27.     "flightType": "RT" /*can be anything*/
  28.   }
  29. }
Add Comment
Please, Sign In to add comment