sheena2994

Untitled

Jan 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the appointments!",
  4. "data": [
  5. {
  6. "day": "Saturday",
  7. "date": "2016-01-30",
  8. "details": [
  9. {
  10. "appointment_id": "314",
  11. "user_id": "61",
  12. "name": "Nitika",
  13. "code": "+91",
  14. "phone": "4545434433",
  15. "status": "1",
  16. "utc_time": "2016-01-30 09:15:00",
  17. "location": "#2324, Sector-29, Chandigarh",
  18. "time": "02:45 PM",
  19. "sub_category": [
  20. {
  21. "sub_category_name": "Haircut",
  22. "num_of_person": "2"
  23. }
  24. ]
  25. }
  26. ]
  27. },
  28. {
  29. "day": "Wednesday",
  30. "date": "2017-01-18",
  31. "details": [
  32. {
  33. "appointment_id": "306",
  34. "user_id": "61",
  35. "name": "Nitika",
  36. "code": "+91",
  37. "phone": "4545434433",
  38. "status": "1",
  39. "utc_time": "2017-01-18 16:12:27",
  40. "location": "",
  41. "time": "08:12 PM",
  42. "sub_category": [
  43. {
  44. "sub_category_name": "Haircut",
  45. "num_of_person": "2"
  46. }
  47. ]
  48. }
  49. ]
  50. },
  51. {
  52. "day": "Monday",
  53. "date": "2017-01-30",
  54. "details": [
  55. {
  56. "appointment_id": "313",
  57. "user_id": "61",
  58. "name": "Nitika",
  59. "code": "+91",
  60. "phone": "4545434433",
  61. "status": "1",
  62. "utc_time": "2017-01-30 09:15:00",
  63. "location": "#2324, Sector-29",
  64. "time": "02:45 PM",
  65. "sub_category": [
  66. {
  67. "sub_category_name": "Haircut",
  68. "num_of_person": "2"
  69. }
  70. ]
  71. }
  72. ]
  73. }
  74. ],
  75. "daily_stats": {
  76. "total_appointments": "0",
  77. "accepted": "0",
  78. "rejected": "0"
  79. },
  80. "weekly_stats": {
  81. "total_appointments": "0",
  82. "accepted": "0",
  83. "rejected": "0"
  84. },
  85. "monthly_stats": {
  86. "total_appointments": "13",
  87. "accepted": "2",
  88. "rejected": "0"
  89. }
  90. }
Add Comment
Please, Sign In to add comment