getActivationCode input fields

GetActivationCode input fields lists the
getActivationCode
input fields.
GetActivationCode
input fields
Input Field
Required?
Type
Purpose
Version
Y
VersionType
API version - either 1.0 or 2.0
Id
N
String
A pseudo-random number that is used for request-response matching. The
Id
is a maximum 40-char alphanumeric string.
ACProfile
Y
ACProfileType
Kind of credential required. In this case,
MOBILEPHONE
.
Example getActivationCode SOAP request
<?xml version="1.0" encoding="UTF-8" ?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns1="https://schemas.vip.symantec.com/2006/08/vipservice"> <SOAP-ENV:Body> <ns1:GetActivationCode Version="2.0" Id="EJHJ3351"> <ns1:ACProfile>MOBILEPHONE</ns1:ACProfile> <ns1:OrderProfileId>1</ns1:OrderProfileId> </ns1:GetActivationCode> </SOAP-ENV:Body> </SOAP-ENV:Envelope>