Set an option on or off by a player on a match.
Function: getguestplhandicap
parameters: handicap, geslacht
Example: https://backend.prowaregolf.nl/api/getguestplhandicap/key/<your authrisation code here>/handicap/<handicap of the guest>/geslacht/<sex: m=Male, v=Female>
result:
{ "Guestplhandicap":[ { "tee":"Blauwe (heren)", "plhcp18":"35", "plhcp19":"35", "plhcp29":"38" }, { "tee":"Geel (heren)", "plhcp18":"44", "plhcp19":"43", "plhcp29":"45" }, { "tee":"Oranje (heren)", "plhcp18":"37", "plhcp19":"37", "plhcp29":"38" }, { "tee":"Rode (heren)", "plhcp18":"33", "plhcp19":"33", "plhcp29":"36" } ] }