Set an option on or off by a player on a match.
Function: getresults
parameters: matchid, brutonetto
Example: https://backend.prowaregolf.nl/api/getresults/key/<your authrisation code here>/matchid/<id of the match>/brutonetto/<0=bruto, 1=netto>
result:
{
"MatchResults":[
{
"ID":0,
"Sex":0,
"MinHandicap":0,
"MaxHandicap":0,
"Omschrijving":"",
"CatResults":[
]
}
]
}