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

Description

Creates a new data field (custom user attribute) where information about users can be stored. With the standard setup, you are permitted to create a limited number of custom attributes with different data types. Each custom user attribute has a unique name. If an attribute is no longer needed, it may be archived. Please contact your customer support representative if you need to delete an attribute.

Available from

v1

Example Body

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:metaCreateAttributeDefinitions>
         <attributeDefinitions>
            <name>VehicleNames1</name>
            <type>STRING</type>
            <enumerationValues>Ford</enumerationValues>
            <enumerationValues>Mercedes</enumerationValues>
         </attributeDefinitions>                         
      </ecm:metaCreateAttributeDefinitions> 
   </soapenv:Body>
</soapenv:Envelope>

  • No labels