AkashSaikia

response

Jun 23rd, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.20 KB | None | 0 0
  1. {  
  2.    "status":1,
  3.    "error":"",
  4.    "data":{  
  5.       "arrholidays":[  
  6.          {  
  7.             "holidayID":"3",
  8.             "name":"PunjabiHoliday2",
  9.             "start_date":"29\/06\/2016",
  10.             "end_date":"29\/06\/2016"
  11.          },
  12.          {  
  13.             "holidayID":"4",
  14.             "name":"PunjabiHoliday1",
  15.             "start_date":"28\/06\/2016",
  16.             "end_date":"28\/06\/2016"
  17.          },
  18.          {  
  19.             "holidayID":"5",
  20.             "name":"PubjabiChutti1",
  21.             "start_date":"01\/07\/2016",
  22.             "end_date":"05\/07\/2016"
  23.          }
  24.       ],
  25.       "arrSchedules":{  
  26.          "id":"13",
  27.          "title":"Room 123",
  28.          "capacity":"100",
  29.          "arrCourses":[  
  30.             {  
  31.                "course_id":"18",
  32.                "course_name":"Personality Developement",
  33.                "course_level":"Beginner",
  34.                "course_recurrence_rule":"Daily",
  35.                "course_type":"G",
  36.                "start_time":"6:00 AM",
  37.                "end_time":"8:00 AM",
  38.                "start_date":"06\/24\/2016",
  39.                "end_date":"08\/02\/2016",
  40.                "color":"blue"
  41.             }
  42.          ]
  43.       }
  44.    }
  45. }
Add Comment
Please, Sign In to add comment