Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This function requires a valid email address.

Return values

The following return values are possible for this function:

...

response for SendActivationKeysByEmail will contain a LAC_SUCCESS code if successful or an error message if unsuccessful. See Return Codes for more information about error messages.

Example request

No Format
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="https://license.x-formation.com/soap/type/enduser/version/2">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:SendActivationKeysByEmail soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <email xsi:type="xsd:string">example@x-formation.com</email>
      </ns:SendActivationKeysByEmail>
   </soapenv:Body>
</soapenv:Envelope>

...