LogOutCommunityMemberFromSynCommPortal

This method used for logout Community Member from Portal via Web Service

Input Object (XML)

Element

SQL Data Type

Description

CommunityLoginName

Varchar(100)

Community login name

CommunityPassword

Varchar(50)

Community login password

VendorToken

GUID

Synergetic client vendor token guid provided to third party by school.



Input object XML exmple

<InputXML> <CommunityLoginName>parentemail@shcool.edu.au</CommunityLoginName> <CommunityPassword>password</CommunityPassword>
<VendorToken>5746E349-47EF-4841-921D-C38135278967</VendorToken> </InputXML>