===== Coach.GetTests ===== Method: Coach/GetTests Get the properties of a member test. /// /// Example: https://demo.clubplanner.be/api/Coach/GetTests?token=DEMOTOKEN&memberid=1 Result: {"MemberId":1,"TestId":2983,"TestTypeId":1,"Weight":75.00,"Length":180.00,"Fat":0.20,"Vo2max":6.00,"InfoString":["","","","",""],"InfoNumber":[0.00,0.00,65.00,5.00,55.00,0.00,0.00,0.00,0.00,0.00]} ===== Coach.AddTest===== Method: Coach/AddTest Adds an new test to a member. /// /// /// it should be unique all the time /// /// /// /// /// /// id of the employee /// /// Example: https://demo.clubplanner.be/API/Coach/AddTest?token=DEMOTOKEN&testtypeid=1&uid=741852&memberid=2&weight=74.00&length=180.00&fat=0.20&vo2max=6.00&infostring=test&infostring=demo&infonumber=2&infonumber=4 Result: {"MemberId":2,"TestId":0,"TestTypeId":1,"Weight":74.00,"Length":180.00,"Fat":0.20,"Vo2max":6.00,"InfoString":["test","demo","","",""],"InfoNumber":[2.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]} ===== Coach.UpdateTest===== Method: Coach/UpdateTest Updates an existing member test. /// /// /// /// /// /// /// /// Example: https://demo.clubplanner.be/api/Coach/UpdateTest?token=DEMOTOKEN&testid=2983&weight=74.00&length=180.00&fat=0.20&vo2max=6.00&infostring=test&infostring=demo&infonumber=2&infonumber=4 Result: {"MemberId":1,"TestId":2983,"TestTypeId":1,"Weight":74.00,"Length":180.00,"Fat":0.20,"Vo2max":0.20,"InfoString":["test","demo"],"InfoNumber":[2.0,4.0]}