getActivationCode output fields
output fields lists the
getActivationCode
output fields. The response (if successful) contains the activation code along with the expiration time.Output 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. |
Status | Y | StatusType | Incorporates ReasonCode and StatusMessage |
ReasonCode | Y | hexBinary | If a getActivationCode request is unsuccessful, the ReasonCode provides the reason. |
StatusMessage | N | String | States whether the getActivationCode request was successful. |
ActivationCode | Y | ActivationCodeType | Activation Code |
ACExpiry | Y | dateTime | Expiration date time of the activation code. |
Example getActivationCode SOAP response
<?xml version="1.0" encoding="UTF-8" ?> <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Body> <GetActivationCodeResponse RequestId="DGID6448" Version="2.0" https://schemas.vip.symantec.com/2006/08/vipservice <Status> <ReasonCode>0000</ReasonCode> <StatusMessage>Success</StatusMessage> </Status> <ActivationCode>79287884</ActivationCode> <ACExpiry>2008-08-06T15:03:25.174-07:00</ACExpiry> </GetActivationCodeResponse> </Body> </Envelope>