Skip to content

Instantly share code, notes, and snippets.

@brianweet
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianweet/067a152ed8e8233a414c to your computer and use it in GitHub Desktop.
Save brianweet/067a152ed8e8233a414c to your computer and use it in GitHub Desktop.
Iphone availability response
{
"d":{
"__type":"UGC.Logic.Web.ResponseMessage",
"Success":true,
"ResponseHeader":"Success",
"ResponseBody":"",
"ReturnData":[
{
"StartHour":10,
"StartMinute":0,
"EndHour":10,
"EndMinute":45,
"GolfclubGUID":"e8dd5757-0335-47ba-a66c-bc81cd754468",
"Location":"Zaanse",
"Busy":false
},
{
"StartHour":10,
"StartMinute":45,
"EndHour":11,
"EndMinute":30,
"GolfclubGUID":"e8dd5757-0335-47ba-a66c-bc81cd754468",
"Location":"Zaanse",
"Busy":false
},
{
"StartHour":11,
"StartMinute":30,
"EndHour":12,
"EndMinute":15,
"GolfclubGUID":"e8dd5757-0335-47ba-a66c-bc81cd754468",
"Location":"Zaanse",
"Busy":false
},
{
"StartHour":12,
"StartMinute":15,
"EndHour":13,
"EndMinute":0,
"GolfclubGUID":"e8dd5757-0335-47ba-a66c-bc81cd754468",
"Location":"Zaanse",
"Busy":false
},
{
"StartHour":13,
"StartMinute":0,
"EndHour":13,
"EndMinute":45,
"GolfclubGUID":"e8dd5757-0335-47ba-a66c-bc81cd754468",
"Location":"Zaanse",
"Busy":false
},
{
"StartHour":13,
"StartMinute":45,
"EndHour":14,
"EndMinute":30,
"GolfclubGUID":"e8dd5757-0335-47ba-a66c-bc81cd754468",
"Location":"Zaanse",
"Busy":false
},
{
"StartHour":14,
"StartMinute":30,
"EndHour":15,
"EndMinute":15,
"GolfclubGUID":"e8dd5757-0335-47ba-a66c-bc81cd754468",
"Location":"Zaanse",
"Busy":false
},
{
"StartHour":15,
"StartMinute":15,
"EndHour":16,
"EndMinute":0,
"GolfclubGUID":null,
"Location":null,
"Busy":true
},
{
"StartHour":16,
"StartMinute":0,
"EndHour":16,
"EndMinute":45,
"GolfclubGUID":null,
"Location":null,
"Busy":true
},
{
"StartHour":16,
"StartMinute":45,
"EndHour":17,
"EndMinute":30,
"GolfclubGUID":"e8dd5757-0335-47ba-a66c-bc81cd754468",
"Location":"Zaanse",
"Busy":false
},
{
"StartHour":17,
"StartMinute":30,
"EndHour":18,
"EndMinute":15,
"GolfclubGUID":null,
"Location":null,
"Busy":true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment