User Tools

Site Tools


getplayerlusoptions

/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/<your authrisation code here>/memberid/<id of the member>/matchid/<id of the match>

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