Adds a new player to a match.
Function: getmatchoptions
parameters: matchid
Example: https://backend.prowaregolf.nl/api/getmatchoptions/key/<your authrisation code here>/matchid/<your matchid>
result:
{
"Getmatchoptions":[
{
"id":"1",
"Name":"Handicart"
},
{
"id":"2",
"Name":"Ik blijf eten"
},
{
"id":"3",
"Name":"Ik speel graag vroeg"
}
]
}