Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "success": 1,
- "message": "Following are the appointments!",
- "data": [
- {
- "appointment_id": "1",
- "user_id": "16",
- "name": "Ishika",
- "status": "0",
- "time": "03:30 PM",
- "sub_category_id": "1,2",
- "sub_category_name": "Haircut,Color",
- "num_of_person": "2,4"
- },
- {
- "appointment_id": "2",
- "user_id": "16",
- "name": "Ishika",
- "status": "0",
- "time": "04:30 PM",
- "sub_category_id": "1,2",
- "sub_category_name": "Haircut,Color",
- "num_of_person": "2,4"
- }
- ]
- }
Add Comment
Please, Sign In to add comment