User Tools

Site Tools


getplayerlusoptionsbyplayer

/pwg/getplayerlusoptionsbyplayer

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)"
  }
 ]
}
getplayerlusoptionsbyplayer.txt · Last modified: 2015/11/03 12:29 (external edit)