This function returns a list of available tees for a excisting player.
Function: getplayerlusoptionsbyplayer
parameters: Playerid
Example: https://backend.prowaregolf.nl/api/getplayerlusoptionsbyplayer/key/<your authrisation code here>/playerid/<id of the player>
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)"
}
]
}