This request returns the details of a match.
Function: getmatchdetails
parameters: matchid
Example: https://backend.prowaregolf.nl/api/getmatchdetails/key/<your authrisation code here>/matchid/<your matchid>
result:
{
"Matchdetails":[
{
"Wedstrijd_Id":"501",
"Start_op":"01-01-2014 15:00",
"Naam_Wedstrijd":"Test MdG Vierbal Stableford",
"Wedstrijdvorm":"Vierbal Stableford",
"Qualifying":"Nee",
"Startvorm":"Start hole 1 en 10",
"Start_Interval":"12",
"Start_Datum":"2014-01-01",
"Start_Tijd":"15:00",
"Eind_Datum":null,
"EindTijd":null,
"EGA_Handicap_verplicht":"Ja",
"Beide_Dames_Heren":"Beide",
"Min_HCP_Heren":"36",
"Max_HCP_Heren":"-9.9",
"Min_HCP_Dames":"36",
"Max_HCP_Dames":"-9.9",
"Max_Spelers":"32",
"Sluitingsdatum":"2013-12-27 22:00:00.000000",
"Handicap_Toepassen":"Ja",
"Scratch_HCP_Verrekening":"Nee",
"Max_Exact_HCP_Heren":"0",
"Max_Exact_HCP_Dames":"0.0",
"Bedrag":"0.00",
"Leeftijd_voor_Korting":"0",
"Discount":"0.00",
"commissioner1Name":"",
"commissioner1Phone":"",
"commissioner2Name":"",
"commissioner2Phone":"",
"AgeLimitForFullFirstName":"0",
"Uitslag_Gesplitst_M_V":"Nee",
"Uitslag_Gesplitst_Handicap":"Nee",
"Publiceer_op_Internet":"Nee",
"Inschrijven_via_Internet":"Nee",
"StartDatumTGInschrijven":"2013-12-18 06:00:00.000000",
"Inschrijven_Telegolf":"Nee",
"additionalSubscriptionInfo":""
}
]
}