sheena2994

Untitled

Jun 30th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the appointments!",
  4. "data": [
  5. {
  6. "appointment_id": "1",
  7. "user_id": "16",
  8. "name": "Ishika",
  9. "status": "0",
  10. "time": "03:30 PM",
  11. "sub_category_id": "1,2",
  12. "sub_category_name": "Haircut,Color",
  13. "num_of_person": "2,4"
  14. },
  15. {
  16. "appointment_id": "2",
  17. "user_id": "16",
  18. "name": "Ishika",
  19. "status": "0",
  20. "time": "04:30 PM",
  21. "sub_category_id": "1,2",
  22. "sub_category_name": "Haircut,Color",
  23. "num_of_person": "2,4"
  24. }
  25. ]
  26. }
Add Comment
Please, Sign In to add comment