Calls the TransferDomain operation to transfer domain names to other accounts in batches based on input parameters.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | TransferDomain |
The operation that you want to perform. Set the value to TransferDomain. |
DomainNames | String | Yes | test1.com,test2.com |
The list of domain names. Separate multiple domain names with commas (,). Only domain names registered with Alibaba Cloud are supported. |
TargetUserId | Long | Yes | 12345678 |
The ID of the user to which domain names were transferred. |
AccessKeyId | String | No | your_accesskey_id |
The AccessKey ID provided to you by Alibaba Cloud. |
Lang | String | No | en |
The language type. |
Remark | String | No | test domain transfer |
The detailed information. |
Response parameters
Examples
Sample requests
http(s)://alidns.aliyuncs.com/?Action=TransferDomain
&DomainNames=test1.com,test2.com
&TargetUserId=12345678
&<Common request parameters>
Sample success responses
XML
format
<TransferDomainResponse>
<RequestId>92901A84-B317-43BE-9610-76B1C7B7ADC7</RequestId>
<TaskId>180839</TaskId>
</TransferDomainResponse>
JSON
format
{
"RequestId":"92901A84-B317-43BE-9610-76B1C7B7ADC7",
"TaskId":180839
}
Error codes
For a list of error codes, visit the API Error Center.