sheena2994

Untitled

Jun 30th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the categories!",
  4. "data": [
  5. {
  6. "category_id": "1",
  7. "category_name": "HAIR",
  8. "category_image": "http://localhost:8000/",
  9. "sub_category_name": "Haircut,Color,Rebonding"
  10. },
  11. {
  12. "category_id": "2",
  13. "category_name": "NAILS",
  14. "category_image": "http://localhost:8000/",
  15. "sub_category_name": "Pedicure,Manicure"
  16. },
  17. {
  18. "category_id": "3",
  19. "category_name": "MASSAGE",
  20. "category_image": "http://localhost:8000/",
  21. "sub_category_name": "Face,Body"
  22. }
  23. ]
  24. }
Add Comment
Please, Sign In to add comment