Queries the transfer-out information of a domain name.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | QueryTransferOutInfo |
The operation that you want to perform. Set the value to QueryTransferOutInfo. |
DomainName | String | Yes | example.com |
The domain name whose transfer-out information you want to query. |
Lang | String | No | en |
The language of the error message to return. Valid values:
Default value: en. |
UserClientIp | String | No | 127.0.0.1 |
The IP address of the client. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
String | username@example.com |
The email address to which the transfer key was sent. |
|
ExpirationDate | String | 2018-04-13 19:57:56 |
The time when the transfer key expired. |
PendingRequestDate | String | 2018-04-13 19:57:56 |
The time when the registry transfer request was received. |
RequestId | String | BBEC5A50-DFDF-482E-8343-B4EB0105E055 |
The ID of the request. |
ResultCode | String | clientRejected |
The error code that indicates the reason why the transfer failed. |
ResultMsg | String | Transfer out rejected |
The error message that indicates the reason why the transfer failed. |
Status | Integer | 8 |
The transfer status. Valid values:
|
TransferAuthorizationCodeSendDate | String | 2018-04-13 19:57:56 |
The time when the transfer key was obtained. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=QueryTransferOutInfo
&DomainName=example.com
&<Common request parameters>
Sample success responses
XML
format
<QueryTransferOutInfoResponse>
<Status>3</Status>
<RequestId>6F23B2C0-0355-4685-BB39-342956C5118B</RequestId>
<TransferAuthorizationCodeSendDate>2018-03-29 19:57:56</TransferAuthorizationCodeSendDate>
<ExpirationDate>2018-04-13 19:57:56</ExpirationDate>
</QueryTransferOutInfoResponse>
JSON
format
{
"Status":3,
"RequestId":"BBEC5A50-DFDF-482E-8343-B4EB0105E055",
"TransferAuthorizationCodeSendDate":"2018-03-29 19:57:56",
"ExpirationDate":"2018-04-13 19:57:56"
}
Error codes
For a list of error codes, visit the API Error Center.