===== ProwareGolf API ===== De backend is available at https://backend.prowaregolf.nl The interface can be accessed with normal use of the HTTPS protocol and will return JSON formatted data. There is no session or any other storage of user related data available. This means that each request will always have to provide all parameters needed. Each authorized company will receive an authorisation code which should be dealt with care. The authorisation code will be passed with each request to enable the backend to verify the origin of the request. ---------------------------------------------------------------------------------------- ^Validation ^^ |[[validate]] |User validation interface| ^Koppeling intogolf^^ |[[getmemberidbyitgrelnr]] |Check member id by itgrelnr| ^Members^^ |[[getmemberlist]] |This function gives a list with actual members| |[[getmember]] |This function search for a clubmember| |[[getmemberdetails]] |This function returns the details of a clubmember| |[[getmembermatches]] |This function returns all the mathes of this member| |[[getmembermatchesbylidnummer]] |This function returns all the mathes of this member| |[[setmember]] |This function changes field values of a member| |[[resetpassword]] |This function changes the password of a member| |[[setpassword]] |This function set the password of a member| ^Matches^^ |[[getmatchlist]] |This function returns the match calendar of the given year| |[[getmatchdetails]] |This function returns the details of a match| |[[getinschrijflijst]] |This function returns the subscriptionlist of a match| |[[getstartinglist]] |This function returns the startinglist of a match| |[[getresults]] |This function returns the results of a match| |[[getmatchlistbymember]] |This function returns the matchlist by year, this list shows if the member is on the match| |[[getmemberonmatch]] |This function returns if a member is on the match or not| |[[getmatchlistopenformember]] |This function returns the open matcher for this member| ^Horeca^^ |[[horecalid]] |This function returns a list of catering members| |[[horecamutaties]] |This function returns the catering invoice lines| ^Divers^^ |[[getbaanstatus]] |This function returns the course status|