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

Description

Create a new group.
For domain, check Mapp Engage > Create > New Group

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:groupCreate>
         <name>groupa</name>
         <email>groupb@centralsupport.cust-mta.com</email>
         <!--Optional:--><description>?</description>
         <!--Optional:--><groupCategoryId></groupCategoryId>
         <isoCountryCode>US</isoCountryCode>
         <isoLanguageCode>en</isoLanguageCode>
         <isSuperGroup>false</isSuperGroup>
         <groupTemplateId>6</groupTemplateId>
      </ecm:groupCreate>
   </soapenv:Body>
</soapenv:Envelope>

Example response

<groupId>1900328471</groupId>

Error response

<errorCode>OBJECT_ALREADY_EXISTS</errorCode>

<errorCode>INVALID_PARAMETER</errorCode>

<errorCode>UNEXPECTED_ERROR</errorCode>

  • No labels