Set an option on or off by a player on a match.
Function: getmemberplhandicap
parameters: zoekcode
Example: https://backend.prowaregolf.nl/api/getmemberplhandicap/key/<your authrisation code here>/zoekcode/<searchcode>
result:
{
"Memberplhandicap":[
{
"tee":"Blauwe (dames)",
"plhcp18":"26",
"plhcp19":"12",
"plhcp29":"14"
},
{
"tee":"Gele (dames)",
"plhcp18":"24",
"plhcp19":"12",
"plhcp29":"13"
},
{
"tee":"Oranje (dames)",
"plhcp18":"21",
"plhcp19":"10",
"plhcp29":"11"
},
{
"tee":"Rood (dames)",
"plhcp18":"27",
"plhcp19":"14",
"plhcp29":"13"
}
]
}