You can call this operation to submit a task for updating the contact information for multiple domain names.
You can call the QueryTaskDetailList operation to query the task execution result.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | SaveBatchTaskForUpdatingContactInfoByNewContact |
The operation that you want to perform. Set the value to SaveBatchTaskForUpdatingContactInfoByNewContact. |
ContactType | String | Yes | registrant |
The type of the contact. Valid values:
|
DomainName.N | RepeatList | Yes | alibabacloud.com |
The list of domain names. |
RegistrantType | String | Yes | 1 |
The type of the domain name. Valid values:
|
Address | String | No | chao yang qu |
The specific address of the contact. |
UserClientIp | String | No | 127.0.0.1 |
The IP address of the client that you use to submit the task. |
Lang | String | No | en |
The language of the error message to return. Valid values:
Default value: en |
City | String | No | bei jing shi |
The city where the contact is located. |
RegistrantOrganization | String | No | ce shi |
The name of the registrant. |
RegistrantName | String | No | ce shi |
The name of the contact. |
Province | String | No | bei jing |
The province where the contact is located. |
Country | String | No | CN |
The domain country code of the country/region where the contact is located, such as CN or US. |
String | No | test@aliyun.com |
The email address of the contact. |
|
PostalCode | String | No | 123456 |
The zip code of the region where the contact is located. |
TelArea | String | No | 86 |
The telephone country code of the country/region where the contact is located. |
Telephone | String | No | 1234567890 |
The phone number of the contact. |
TelExt | String | No | 1235 |
The extension number of the contact's phone number. |
ZhCity | String | No | Beijing. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
The Chinese name of the city where the contact is located. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
ZhRegistrantOrganization | String | No | Test. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
The Chinese name of the contact. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
ZhRegistrantName | String | No | Test. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
The Chinese name of the contact for the domain name. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
ZhProvince | String | No | Beijing |
The Chinese name of the province where the contact is located. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
ZhAddress | String | No | Chaoyang District. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
The Chinese name of the address of the contact. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
TransferOutProhibited | Boolean | No | false |
Specifies whether to enable transfer prohibition. This parameter is valid only when the value of the ContactType parameter is registrant. It specifies whether the domain name can be transferred out within 60 days after the registrant information is modified. Default value: false (no transfer prohibition) |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 464AF466-CA8E-43A8-B61D-test |
The ID of the request. |
TaskNo | String | 65de2165-ca09-491f-9fe0-test |
The ID of the task that was submitted. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=SaveBatchTaskForUpdatingContactInfoByNewContact
&ContactType=registrant
&DomainName.1=alibabacloud.com
&RegistrantType=1
&<Common request parameters>
Sample success responses
XML
format
<SaveBatchTaskForUpdatingContactInfoByNewContactResponse>
<requestId>464AF466-CA8E-43A8-B61D-test</requestId>
<taskNo>65de2165-ca09-491f-9fe0-test</taskNo>
</SaveBatchTaskForUpdatingContactInfoByNewContactResponse>
JSON
format
{
"requestId": "464AF466-CA8E-43A8-B61D-test",
"taskNo": "65de2165-ca09-491f-9fe0-test"
}
Error codes
For a list of error codes, visit the API Error Center.