sheena2994

Untitled

Jan 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.61 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the appointments!",
  4. "data": [
  5. {
  6. "day": "Friday",
  7. "date": "2016-09-09",
  8. "details": [
  9. {
  10. "appointment_id": "40",
  11. "user_id": "61",
  12. "name": "Nitika",
  13. "code": "+91",
  14. "phone": "4545434433",
  15. "status": "1",
  16. "utc_time": "2016-09-09 11:15:00",
  17. "location": "",
  18. "utc_current_time": "2017-01-27 10:10:17",
  19. "time_passed_sec": "3020399",
  20. "time": "04:45 PM",
  21. "sub_category": [
  22. {
  23. "sub_category_name": "Haircut",
  24. "num_of_person": "1"
  25. },
  26. {
  27. "sub_category_name": "Color",
  28. "num_of_person": "4"
  29. },
  30. {
  31. "sub_category_name": "Rebonding",
  32. "num_of_person": "8"
  33. },
  34. {
  35. "sub_category_name": "Face",
  36. "num_of_person": "8"
  37. }
  38. ]
  39. }
  40. ]
  41. },
  42. {
  43. "day": "Tuesday",
  44. "date": "2016-11-08",
  45. "details": [
  46. {
  47. "appointment_id": "74",
  48. "user_id": "61",
  49. "name": "Nitika",
  50. "code": "+91",
  51. "phone": "4545434433",
  52. "status": "1",
  53. "utc_time": "2016-11-08 08:30:00",
  54. "location": "",
  55. "utc_current_time": "2017-01-27 10:10:17",
  56. "time_passed_sec": "3020399",
  57. "time": "02:00 PM",
  58. "sub_category": [
  59. {
  60. "sub_category_name": "Manicure",
  61. "num_of_person": "5"
  62. }
  63. ]
  64. },
  65. {
  66. "appointment_id": "70",
  67. "user_id": "61",
  68. "name": "Nitika",
  69. "code": "+91",
  70. "phone": "4545434433",
  71. "status": "1",
  72. "utc_time": "2016-11-08 10:30:00",
  73. "location": "",
  74. "utc_current_time": "2017-01-27 10:10:17",
  75. "time_passed_sec": "3020399",
  76. "time": "04:00 PM",
  77. "sub_category": [
  78. {
  79. "sub_category_name": "Pedicure",
  80. "num_of_person": "3"
  81. }
  82. ]
  83. }
  84. ]
  85. },
  86. {
  87. "day": "Wednesday",
  88. "date": "2016-11-09",
  89. "details": [
  90. {
  91. "appointment_id": "71",
  92. "user_id": "61",
  93. "name": "Nitika",
  94. "code": "+91",
  95. "phone": "4545434433",
  96. "status": "1",
  97. "utc_time": "2016-11-09 10:30:00",
  98. "location": "",
  99. "utc_current_time": "2017-01-27 10:10:17",
  100. "time_passed_sec": "3020399",
  101. "time": "04:00 PM",
  102. "sub_category": [
  103. {
  104. "sub_category_name": "Body",
  105. "num_of_person": "5"
  106. }
  107. ]
  108. }
  109. ]
  110. },
  111. {
  112. "day": "Friday",
  113. "date": "2016-12-30",
  114. "details": [
  115. {
  116. "appointment_id": "266",
  117. "user_id": "62",
  118. "name": "Saif Chaudhary",
  119. "code": "+91",
  120. "phone": "4848484848",
  121. "status": "1",
  122. "utc_time": "2016-12-30 06:55:24",
  123. "location": "",
  124. "utc_current_time": "2017-01-27 10:10:17",
  125. "time_passed_sec": "2430715",
  126. "time": "12:25 PM",
  127. "sub_category": [
  128. {
  129. "sub_category_name": "Haircut",
  130. "num_of_person": "5"
  131. }
  132. ]
  133. }
  134. ]
  135. },
  136. {
  137. "day": "Wednesday",
  138. "date": "2017-01-04",
  139. "details": [
  140. {
  141. "appointment_id": "278",
  142. "user_id": "73",
  143. "name": "Harsh",
  144. "code": "+91",
  145. "phone": "9465617511",
  146. "status": "1",
  147. "utc_time": "2017-01-04 08:00:00",
  148. "location": "",
  149. "utc_current_time": "2017-01-27 10:10:17",
  150. "time_passed_sec": "1994917",
  151. "time": "01:30 PM",
  152. "sub_category": [
  153. {
  154. "sub_category_name": "Haircut",
  155. "num_of_person": "1"
  156. }
  157. ]
  158. }
  159. ]
  160. },
  161. {
  162. "day": "Sunday",
  163. "date": "2017-01-22",
  164. "details": [
  165. {
  166. "appointment_id": "311",
  167. "user_id": "109",
  168. "name": "monika",
  169. "code": "+91",
  170. "phone": "9646876891",
  171. "status": "1",
  172. "utc_time": "2017-01-22 04:00:00",
  173. "location": "Optional(\"Mauli Jagran, Daria, Chandigarh, 160102, India\")",
  174. "utc_current_time": "2017-01-27 10:10:17",
  175. "time_passed_sec": "335485",
  176. "time": "09:30 AM",
  177. "sub_category": [
  178. {
  179. "sub_category_name": "Pedicure",
  180. "num_of_person": "1"
  181. }
  182. ]
  183. }
  184. ]
  185. },
  186. {
  187. "day": "Tuesday",
  188. "date": "2017-01-24",
  189. "details": [
  190. {
  191. "appointment_id": "321",
  192. "user_id": "109",
  193. "name": "monika",
  194. "code": "+91",
  195. "phone": "9646876891",
  196. "status": "1",
  197. "utc_time": "2017-01-24 04:00:00",
  198. "location": "gfhgfh , bjh , bjh , bjhbjbh , b , jhb",
  199. "utc_current_time": "2017-01-27 10:10:17",
  200. "time_passed_sec": "250687",
  201. "time": "09:30 AM",
  202. "sub_category": [
  203. {
  204. "sub_category_name": "Pedicure",
  205. "num_of_person": "8"
  206. }
  207. ]
  208. }
  209. ]
  210. },
  211. {
  212. "day": "Wednesday",
  213. "date": "2017-01-25",
  214. "details": [
  215. {
  216. "appointment_id": "318",
  217. "user_id": "109",
  218. "name": "monika",
  219. "code": "+91",
  220. "phone": "9646876891",
  221. "status": "1",
  222. "utc_time": "2017-01-25 04:00:00",
  223. "location": "vbcvnb , ghfghghfg , fd hangars , bjhbjbh , bjhbjbh , bjhbjbh jhb",
  224. "utc_current_time": "2017-01-27 10:10:17",
  225. "time_passed_sec": "253853",
  226. "time": "09:30 AM",
  227. "sub_category": [
  228. {
  229. "sub_category_name": "Haircut",
  230. "num_of_person": "8"
  231. }
  232. ]
  233. },
  234. {
  235. "appointment_id": "320",
  236. "user_id": "109",
  237. "name": "monika",
  238. "code": "+91",
  239. "phone": "9646876891",
  240. "status": "1",
  241. "utc_time": "2017-01-25 04:00:00",
  242. "location": "nfgjkdfk , nkjn , my , numb , bomb , bombing",
  243. "utc_current_time": "2017-01-27 10:10:17",
  244. "time_passed_sec": "251579",
  245. "time": "09:30 AM",
  246. "sub_category": [
  247. {
  248. "sub_category_name": "Haircut",
  249. "num_of_person": "8"
  250. }
  251. ]
  252. },
  253. {
  254. "appointment_id": "326",
  255. "user_id": "109",
  256. "name": "monika",
  257. "code": "+91",
  258. "phone": "9646876891",
  259. "status": "1",
  260. "utc_time": "2017-01-25 05:30:47",
  261. "location": "by bjhjhbjhbb , jhb justhjbhj , bjh , bjh , jhb , jhb",
  262. "utc_current_time": "2017-01-27 10:10:17",
  263. "time_passed_sec": "189363",
  264. "time": "11:00 AM",
  265. "sub_category": [
  266. {
  267. "sub_category_name": "Haircut",
  268. "num_of_person": "1"
  269. },
  270. {
  271. "sub_category_name": "ARMS",
  272. "num_of_person": "1"
  273. }
  274. ]
  275. },
  276. {
  277. "appointment_id": "327",
  278. "user_id": "109",
  279. "name": "monika",
  280. "code": "+91",
  281. "phone": "9646876891",
  282. "status": "1",
  283. "utc_time": "2017-01-25 05:35:19",
  284. "location": "hjhjhjhb , jhbjhbchjsdbjhcbdjhdbcjhbdcbdbjdcbjdb , jhb , jhb , jhb , jhb",
  285. "utc_current_time": "2017-01-27 10:10:17",
  286. "time_passed_sec": "189091",
  287. "time": "11:05 AM",
  288. "sub_category": [
  289. {
  290. "sub_category_name": "Hair Spa",
  291. "num_of_person": "8"
  292. },
  293. {
  294. "sub_category_name": "ARMS",
  295. "num_of_person": "1"
  296. }
  297. ]
  298. },
  299. {
  300. "appointment_id": "332",
  301. "user_id": "109",
  302. "name": "monika",
  303. "code": "+91",
  304. "phone": "9646876891",
  305. "status": "1",
  306. "utc_time": "2017-01-25 05:51:57",
  307. "location": "nkjn , kjnjkdhjkh , n , jhb , junk , hbj",
  308. "utc_current_time": "2017-01-27 10:10:17",
  309. "time_passed_sec": "188093",
  310. "time": "11:21 AM",
  311. "sub_category": [
  312. {
  313. "sub_category_name": "Haircut",
  314. "num_of_person": "7"
  315. },
  316. {
  317. "sub_category_name": "ghfhgf",
  318. "num_of_person": "7"
  319. }
  320. ]
  321. }
  322. ]
  323. },
  324. {
  325. "day": "Today",
  326. "date": "2017-01-27",
  327. "details": [
  328. {
  329. "appointment_id": "334",
  330. "user_id": "109",
  331. "name": "monika",
  332. "code": "+91",
  333. "phone": "9646876891",
  334. "status": "1",
  335. "utc_time": "2017-01-27 04:00:00",
  336. "location": "hkhjoi , hjhjhjhb , k , hjhjh , oh , jhb",
  337. "utc_current_time": "2017-01-27 10:10:17",
  338. "time_passed_sec": "187282",
  339. "time": "09:30 AM",
  340. "sub_category": [
  341. {
  342. "sub_category_name": "Pedicure",
  343. "num_of_person": "1"
  344. }
  345. ]
  346. }
  347. ]
  348. },
  349. {
  350. "day": "Monday",
  351. "date": "2017-01-30",
  352. "details": [
  353. {
  354. "appointment_id": "312",
  355. "user_id": "109",
  356. "name": "monika",
  357. "code": "+91",
  358. "phone": "9646876891",
  359. "status": "1",
  360. "utc_time": "2017-01-30 04:00:00",
  361. "location": "Optional(\"CGO Complex, Pragati Vihar, New Delhi, Delhi, India\")",
  362. "utc_current_time": "2017-01-27 10:10:17",
  363. "time_passed_sec": "275204",
  364. "time": "09:30 AM",
  365. "sub_category": [
  366. {
  367. "sub_category_name": "Color",
  368. "num_of_person": "7"
  369. }
  370. ]
  371. }
  372. ]
  373. }
  374. ],
  375. "daily_stats": {
  376. "total_appointments": "0",
  377. "accepted": "0",
  378. "rejected": "0"
  379. },
  380. "weekly_stats": {
  381. "total_appointments": "0",
  382. "accepted": "0",
  383. "rejected": "0"
  384. },
  385. "monthly_stats": {
  386. "total_appointments": "37",
  387. "accepted": "10",
  388. "rejected": "4"
  389. }
  390. }
Add Comment
Please, Sign In to add comment