Set an option on or off by a player on a match.
Function: getmembermatches
parameters: zoekcode
Example: https://backend.prowaregolf.nl/api/getmembermatches/key/<your authrisation code here>/zoekcode/<searchcode>
result:
{ "Membermatches":[ { "Datum":"2014-02-15", "Tijd":"10:00:00", "Wedstrijdnaam":"Demo NVG", "Zoekcode":"LUDE 1", "Samennaam":"M Luder", "Netto":null, "Bruto":null }, { "Datum":"2014-02-19", "Tijd":"10:00:00", "Wedstrijdnaam":"maandbeker 4", "Zoekcode":"LUDE 1", "Samennaam":"M Luder", "Netto":null, "Bruto":null } ] }