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

Description

Replaces all attribute values for a user identified via mobile number. All attribute values that are transmitted with the method are added and replace any existing values. Any currently existing attribute values that are not found in the API call are deleted (except for Member attributes).

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:userReplaceProfileByMobileNumber>
         <mobileNumber>48505606808</mobileNumber>
         <!--Zero or more repetitions:-->
         <attributes>
                <name>user.dateofbirth</name>
                <value>1985-09-22</value>
         </attributes>
      </ecm:userReplaceProfileByMobileNumber>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels