sheena2994

Untitled

Jul 1st, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the appointments!",
  4. "data": [
  5. {
  6. "day": "Sunday",
  7. "date": "Jul 10, 2016",
  8. "details": [
  9. {
  10. "appointment_id": "2",
  11. "user_id": "16",
  12. "name": "Ishika",
  13. "payment_status": "0",
  14. "status": "0",
  15. "time": "04:30 PM",
  16. "sub_category": [
  17. {
  18. "sub_category_name": "Haircut",
  19. "num_of_person": "2"
  20. },
  21. {
  22. "sub_category_name": "Color",
  23. "num_of_person": "4"
  24. }
  25. ]
  26. }
  27. ]
  28. },
  29. {
  30. "day": "Monday",
  31. "date": "Jul 11, 2016",
  32. "details": [
  33. {
  34. "appointment_id": "5",
  35. "user_id": "16",
  36. "name": "Ishika",
  37. "payment_status": "0",
  38. "status": "0",
  39. "time": "11:00 AM",
  40. "sub_category": [
  41. {
  42. "sub_category_name": "Haircut",
  43. "num_of_person": "2"
  44. },
  45. {
  46. "sub_category_name": "Color",
  47. "num_of_person": "4"
  48. },
  49. {
  50. "sub_category_name": "Haircut",
  51. "num_of_person": "2"
  52. },
  53. {
  54. "sub_category_name": "Color",
  55. "num_of_person": "4"
  56. }
  57. ]
  58. }
  59. ]
  60. }
  61. ]
  62. }
Add Comment
Please, Sign In to add comment