AkashSaikia

GolfLan Response to single user booking

Mar 16th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | None | 0 0
  1. {
  2.   "bookingId": 4,
  3.   "userId": 10,
  4.   "orderDateTime": "2017-03-11 19:54:54",
  5.   "dateOfPlay": "2017-02-25",
  6.   "slotOfPlay": "05:50:00",
  7.   "courseId": 8,
  8.   "noOfGolfers": 1,
  9.   "noOfGuests": 1,
  10.   "noOfMembers": 0,
  11.   "cost": "7500.00",
  12.   "currency": "INR",
  13.   "payStatus": "0",
  14.   "bookingStatus": "pending",
  15.   "players": [
  16.     {
  17.       "userType": "member",
  18.       "playerFirstName": "John",
  19.       "playerLastName": "Smith",
  20.       "playerEmail": "user1@gmail.com",
  21.       "mobile": ""
  22.     }
  23.   ]
  24. }
Add Comment
Please, Sign In to add comment