==== /pwg/getplayerlusoptions ==== When the option 'Tee keuze door speler' in the match is op, this options shows te available tee color. When the option 'Tee keuze door speler' is off only the tee in the match will return. Function: getplayerlusoptions parameters: memberid, matchid Example: https://backend.prowaregolf.nl/api/getplayerlusoptions/key//memberid//matchid/ result: { { "Getplayerlusoptions":[ { "PlayerCategory":"8", "Omschrijving":" Wit" }, { "PlayerCategory":"9", "Omschrijving":" Geel (heren)" }, { "PlayerCategory":"10", "Omschrijving":" Blauw (heren)" }, { "PlayerCategory":"11", "Omschrijving":" Rood (heren)" }, { "PlayerCategory":"12", "Omschrijving":" Oranje (heren)" } ] }