StammService
zurück zur Übersicht
Services for a Stamm (user account)
Folgende Vorgänge werden unterstützt. Eine ausführliche Definition finden Sie in der Dienstbeschreibung.
-
GetDurchTollByStammGuid
Returns the average Toll-rating of the answers by the given Stamm -
GetStammAnglerByStammGuid
Returns all Angler (filterprofiles) of the given Stamm -
GetStammByNameAndPwd
Returns a StammDataSet with one row for the given name und password. Returns null if no StammRow can be found -
GetStammByStammGuid
Returns a StammDataSet with one StammRow for the given StammGuid -
GetStammPostItByStammGuid
Returns all PostIt (messages) by the given Stamm -
GetStammTopLabByStammGuid
Returns all TopLab (answers) of the given Stamm -
InsertStamm
Creates a new Stamm account with the given name and password. A default Angler (filterprofile) for the new Stamm will be created too. Use the returned StammDataSet to get the StammGuid and to update the other fields like emailadress. -
InsertStammWithInvitation
Creates a new Stamm account with the given name and password. A default Angler (filterprofile) for the new Stamm will be created too. Use the returned StammDataSet to get the StammGuid and to update the other fields like description. The third parameter is the email of the person the invitation comes from - he get 10 KooK -
UpdateStamm
* Updates a Stamm. SoapHeader authentication required