This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
general [2018/02/17 11:48] clubadmin [General.GetCheckInPoint] |
general [2022/03/29 22:00] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Home.WakeUp===== | ||
| + | |||
| + | Returns a text and makes sure the website is up. | ||
| + | |||
| + | https:// | ||
| + | |||
| ===== General.GetClubs ===== | ===== General.GetClubs ===== | ||
| Line 11: | Line 17: | ||
| Result: | Result: | ||
| - | [{" | + | [{" |
| ===== General.GetClub ===== | ===== General.GetClub ===== | ||
| + | |||
| Method: general/ | Method: general/ | ||
| - | /// <param name=" | + | |
| - | /// <param name=" | + | |
| Get the properties of a given club | Get the properties of a given club | ||
| - | Example: | + | /// <param name=" |
| - | https:// | + | /// <param name=" |
| + | |||
| + | |||
| + | Example: https:// | ||
| + | |||
| + | Result: | ||
| + | |||
| + | {" | ||
| + | |||
| + | |||
| + | //Note: IsClubOpenType: | ||
| + | * Open = 0, | ||
| + | * Holiday = 1 | ||
| + | * NotInHours = 2 | ||
| + | // | ||
| ===== General.GetCheckInPoint ===== | ===== General.GetCheckInPoint ===== | ||
| Line 35: | Line 55: | ||
| + | ===== General.GetPaymentMethods ===== | ||
| + | Method: general/ | ||
| + | |||
| + | Get all payment methods | ||
| + | |||
| + | /// <param name=" | ||
| + | |||
| + | |||
| + | Example: https:// | ||
| + | |||
| + | Result: | ||
| + | |||
| + | [{" | ||
| + | |||
| + | |||
| + | ===== General.GetParameter ===== | ||
| + | |||
| + | Method: general/ | ||
| + | |||
| + | Get the properties of a given parameter | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | |||
| + | |||
| + | Example: https:// | ||
| + | |||
| + | Result: | ||
| + | |||
| + | {" | ||
| + | |||
| + | ===== General.UpdateParameter ===== | ||
| + | |||
| + | Method: general/ | ||
| + | |||
| + | Update the value of given parameter | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | |||
| + | |||
| + | Example: https:// | ||
| + | |||
| + | |||
| + | ===== General.GetHtml ===== | ||
| + | |||
| + | Method: general/ | ||
| + | |||
| + | Get the properties | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | |||
| + | |||
| + | Example: https:// | ||
| + | |||
| + | Result: | ||
| + | |||
| + | {" | ||
| + | |||
| + | |||
| + | ===== General.GetEmail ===== | ||
| + | |||
| + | Method: general/ | ||
| + | |||
| + | Get the properties of a given message | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | |||
| + | |||
| + | Example: https:// | ||
| + | |||
| + | Result: | ||
| + | |||
| + | {" | ||
| + | |||
| + | |||
| + | ===== General.GetImage===== | ||
| + | |||
| + | Method: general/ | ||
| + | |||
| + | Get the properties of a given image | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | Example: https:// | ||
| + | |||
| + | ===== General.UrlEncryptData===== | ||
| + | |||
| + | Encrypt a URL querystring using RSA encryption. | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | https:// | ||
| + | |||
| + | ===== General.UrlDecryptData===== | ||
| + | |||
| + | Decrypt a URL querystring using RSA encryption. | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | https:// | ||