User Tools

Site Tools


general

This is an old revision of the document!


General.GetClubs

Method: general/GetClubs

Returns all clubs available

      /// <param name="token"></param>

Example: https://demo.clubplanner.be/api/general/GetClubs?token=DEMOTOKEN

Result:

[{“Id”:1,“Name”:“Demo”,“AddressLine”:“Molenstraat 1”,“City”:“Brussel”,“Zip”:“1000”,“EMail”:“info@test.be”},{“Id”:2,“Name”:“Demo Club 2”,“AddressLine”:“Langeweg 123”,“City”:“Antwerpen”,“Zip”:“2000”,“EMail”:“info@test.be”}]

General.GetClub

Method: general/GetClub

Get the properties of a given club

      /// <param name="token"></param>
      /// <param name="id"></param>

Example: https://demo.clubplanner.be/api/general/GetClub?token=DEMOTOKEN&id=1

General.GetCheckInPoint

Get the properties of a given checkinpoint

      /// <param name="token"></param>
      /// <param name="id"></param>

Example: https://demo.clubplanner.be/api/general/GetClub?token=DEMOTOKEN&id=1

general.1518864505.txt.gz · Last modified: 2018/02/17 12:48 (external edit)