sheena2994

Untitled

May 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the appointments!",
  4. "data": [
  5. {
  6. "day": "Thursday",
  7. "date": "2017-05-25",
  8. "details": [
  9. {
  10. "appointment_id": "1495",
  11. "vendor_id": "156",
  12. "type": "1",
  13. "name": "Sheena Singla",
  14. "status": "0",
  15. "utc_time": "2017-05-25 12:00:00",
  16. "location": "#2324, Sector-29, Chandigarh",
  17. "lat": "30.230000",
  18. "lng": "76.340000",
  19. "code": "91",
  20. "phone_old": "9464955146",
  21. "phone": "91-9464955146",
  22. "time_passed_sec": "752",
  23. "time": "05:30 PM",
  24. "sub_category": [
  25. {
  26. "sub_category_name": "Haircut",
  27. "category_name": "HAIR",
  28. "num_of_person": "1"
  29. }
  30. ],
  31. "category": "HAIR"
  32. },
  33. {
  34. "appointment_id": "1496",
  35. "vendor_id": "229",
  36. "type": "2",
  37. "name": "Sheena",
  38. "status": "1",
  39. "utc_time": "2017-05-25 12:00:00",
  40. "location": "#2324, Sector-29, Chandigarh",
  41. "lat": "30.230000",
  42. "lng": "76.340000",
  43. "code": "+91",
  44. "phone_old": "9464955146",
  45. "phone": "+91-9464955146",
  46. "time_passed_sec": "737",
  47. "time": "05:30 PM",
  48. "sub_category": [
  49. {
  50. "sub_category_name": "Haircut",
  51. "category_name": "HAIR",
  52. "num_of_person": "1"
  53. }
  54. ],
  55. "category": "HAIR"
  56. }
  57. ]
  58. }
  59. ]
  60. }
Add Comment
Please, Sign In to add comment