This is an old revision of the document!
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”}]
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
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