This is an old revision of the document!
Set an option on or off by a player on a match.
Function: getmembermatches
parameters: zoekcode
Example: https://backend.prowaregolf.nl/api/getmembermatchesbylidnummer/key/<your authrisation code here>/lidnummer/<memberid>
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
  }
 ]
}