AkashSaikia

GolfLan Response to single user booking

Mar 14th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. {
  2.   "BookID": 4,
  3.   "USER_ID": 10,
  4.   "orderDate": "2017-03-11 19:54:54",
  5.   "dateOfPlay": "2017-02-25",
  6.   "slotOfPlay": "05 :50:00",
  7.   "GID": 8,
  8.   "no_of_golfers": 1,
  9.   "no_of_guests": 1,
  10.   "no_of_members": 0,
  11.   "totAmount": "7500.00",
  12.   "currencyISO": "INR",
  13.   "payStatus": null,
  14.   "Players": [
  15.     {
  16.       "userType": "SphMember",
  17.       "Name": "userFirstName userLastName",
  18.       "emailID": "user1@gmail.com",
  19.       "mobile": ""
  20.     }
  21.   ]
  22. }
Add Comment
Please, Sign In to add comment