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 Brussels”,“AddressLine”:“Molenstraat 1”,“City”:“Brussel”,“Zip”:“1000”,“EMail”:“info@clubplanner.be”,“Region”:“”,“Classification”:“”},{“Id”:2,“Name”:“Demo Paris”,“AddressLine”:“Rue Mac Mahon”,“City”:“Paris”,“Zip”:“2000”,“EMail”:“info@test.be”,“Region”:“”,“Classification”:“”},{“Id”:3,“Name”:“Demo New York”,“AddressLine”:“6th Avenue”,“City”:“New York”,“Zip”:“90210”,“EMail”:“info@democlub.be”,“Region”:“”,“Classification”:“”}]

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

Result:

{“Id”:1,“Name”:“Demo Brussels”,“AddressLine”:“Molenstraat 1”,“City”:“Brussel”,“Zip”:“1000”,“EMail”:“info@clubplanner.be”,“Region”:“”,“Classification”:“”}

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.1520763820.txt.gz · Last modified: 2018/03/11 12:23 (external edit)