User Tools

Site Tools


member

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
member [2024/03/22 13:52]
127.0.0.1 external edit
member [2026/04/28 16:53] (current)
clubadmin [Member.SendEmail]
Line 465: Line 465:
  
 ===== Member.SendEmail===== ===== Member.SendEmail=====
- 
 Sends an Email to a given member, note: this is using HTTP post! Sends an Email to a given member, note: this is using HTTP post!
 When address is left empty it will use the email address of the given member. When address is left empty it will use the email address of the given member.
 +The cc and bcc fields are optional. Multiple recipients can be separated by a comma or semicolon.
 { {
 "token": "DEMOTOKEN", "token": "DEMOTOKEN",
 "memberid": "0", "memberid": "0",
-"message": "My Email subject", +"message": "body", 
-"subject": "My email body",+"subject": "subject",
 "from":                 "website", "from":                 "website",
-"address":              "info@clubplanner.be"+"address":              "[info@clubplanner.be](mailto:info@clubplanner.be)", 
 +"cc":                   "[copy@clubplanner.be](mailto:copy@clubplanner.be)", 
 +"bcc":                  "[hidden@clubplanner.be](mailto:hidden@clubplanner.be)"
 } }
                  
 Example: Example:
- 
 https://demo.clubplanner.be/api/member/SendEmail https://demo.clubplanner.be/api/member/SendEmail
  
Line 567: Line 567:
         public bool Failed         public bool Failed
     }     }
 +    
 +===== Member.GetContractState=====
 +
 +Returns all the details of given contract
 +
 +        /// <param name="token"></param>
 +        /// <param name="contractid">id of the contract</param>
 +        
 +===== Member.GetContractFile=====
 +
 +Returns the signed pdf contract of a given contract
 +
 +        /// <param name="token"></param>
 +        /// <param name="contractid">id of the contract</param>
 +
member.1711111958.txt.gz · Last modified: 2024/03/22 13:52 by 127.0.0.1