Set an option on or off by a player on a match.
Function: getflightlist
parameters: matchid
Example: https://backend.prowaregolf.nl/api/getflightlist/key/<your authrisation code here>/matchid/<id of the match>
result:
{
"Getflightlist":[
{
"matchid":"155",
"id":"3494",
"startingHoleNumber":"1",
"positioninflight":"1",
"countofplayers":"1",
"receivedHandicap":"36",
"starttijd":"08:00",
"lidnummer":null,
"zoekcode":null,
"samennaam":null,
"exacthandicapformatch":null,
"playinghcp":null,
"startingteeid":null
},
{
"matchid":"155",
"id":"3495",
"startingHoleNumber":"1",
"positioninflight":"2",
"countofplayers":"1",
"receivedHandicap":"36",
"starttijd":"08:00",
"lidnummer":"219",
"zoekcode":"MEIJ 2",
"samennaam":"P. Meijers",
"exacthandicapformatch":"12.1",
"playinghcp":null,
"startingteeid":"406"
}
]
}