Page tree
Skip to end of metadata
Go to start of metadata

Description

Replaces the member attributes for a contact within a group where the contact is a member

Available from

v2

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
  <soapenv:Header/>
  <soapenv:Body>
     <ecm:membershipReplaceAttributes>
        <userId>5</userId>
        <groupId>1</groupId>
        <!--Zero or more repetitions:-->
        <attributes>
           <name>likesfootball</name>
           <value>yes</value>
        </attributes>
     </ecm:membershipReplaceAttributes>
  </soapenv:Body>
</soapenv:Envelope>

  • No labels