AkashSaikia

GolfLan Single user booking request structure

Mar 16th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 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": "1",
  14. "bookingStatus": "pending",
  15. "Players": [
  16. {
  17. "userType": "SphMember",
  18. "Name": "John Smith",
  19. "emailID": "user1@gmail.com",
  20. "mobile": ""
  21. }
  22. ]
  23. }
Add Comment
Please, Sign In to add comment