Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "success": 1,
- "message": "Following are the appointments!",
- "data": [
- {
- "day": "Saturday",
- "date": "2016-01-30",
- "details": [
- {
- "appointment_id": "314",
- "user_id": "61",
- "name": "Nitika",
- "code": "+91",
- "phone": "4545434433",
- "status": "1",
- "utc_time": "2016-01-30 09:15:00",
- "location": "#2324, Sector-29, Chandigarh",
- "time": "02:45 PM",
- "sub_category": [
- {
- "sub_category_name": "Haircut",
- "num_of_person": "2"
- }
- ]
- }
- ]
- },
- {
- "day": "Wednesday",
- "date": "2017-01-18",
- "details": [
- {
- "appointment_id": "306",
- "user_id": "61",
- "name": "Nitika",
- "code": "+91",
- "phone": "4545434433",
- "status": "1",
- "utc_time": "2017-01-18 16:12:27",
- "location": "",
- "time": "08:12 PM",
- "sub_category": [
- {
- "sub_category_name": "Haircut",
- "num_of_person": "2"
- }
- ]
- }
- ]
- },
- {
- "day": "Monday",
- "date": "2017-01-30",
- "details": [
- {
- "appointment_id": "313",
- "user_id": "61",
- "name": "Nitika",
- "code": "+91",
- "phone": "4545434433",
- "status": "1",
- "utc_time": "2017-01-30 09:15:00",
- "location": "#2324, Sector-29",
- "time": "02:45 PM",
- "sub_category": [
- {
- "sub_category_name": "Haircut",
- "num_of_person": "2"
- }
- ]
- }
- ]
- }
- ],
- "daily_stats": {
- "total_appointments": "0",
- "accepted": "0",
- "rejected": "0"
- },
- "weekly_stats": {
- "total_appointments": "0",
- "accepted": "0",
- "rejected": "0"
- },
- "monthly_stats": {
- "total_appointments": "13",
- "accepted": "2",
- "rejected": "0"
- }
- }
Add Comment
Please, Sign In to add comment