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

Description

Archives custom attributes. An archived attribute is still stored in the system. The attributes can still be in use for existing messages and sendouts, but they are not available in the GUI message creation process (i.e. personalization builder).

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:metaArchiveAttributeDefinitions>
            <attributeNames>VehicleNames</attributeNames>                 
      </ecm:metaArchiveAttributeDefinitions>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels