With this functio you get a list with all the booked times for a relation.
Function: getteetimesforplayer
parameters: relationid
Example: https://backend.prowaregolf.nl/api/getteetimesforplayer/key/<your authrisation code here>/relationid/<relationid>
result:
{
"getteetimesforplayer":[
{
"registrationid":"108",
"playingdate":"2015-03-18",
"starttime":"13:00:00",
"combinationid":"11",
"players":[
{
"relationid":"1199",
"relationcode":"ONDE 1",
"relationname":"M. Onderstal",
"checkedin":"N",
"cancelreasonid":"0"
}
]
}
]
}