addCredential response
output fields provides details about the
addCredential
output fields.Output Field | Required? | Type | Purpose |
|---|---|---|---|
requestId | Y | String | The request ID sent with the addCredentialRequest request. |
status | Y | Hex string | Unique status code. 0000=Success. Any other value is an error. |
statusMessage | Y | String | Message corresponding to the status of the request. If the status is not 0000 (success), the message is an error message. |
Example addCredential response
<?xml version="1.0" encoding="UTF-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> <S:Body> <AddCredentialResponse xmlns="https://schemas.vip.symantec.com"> <requestId>4ACCDv2rtj</requestId> <status>0000</status> <statusMessage>Success</statusMessage> </AddCredentialResponse> </S:Body> </S:Envelope>