通过新联系人信息,提交域名信息修改任务。

任务执行结果请通过查询任务详情列表接口来查询。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String SaveBatchTaskForUpdatingContactInfoByNewContact

系统规定参数。取值:SaveBatchTaskForUpdatingContactInfoByNewContact

Address String chao yang qu

具体的地址。

UserClientIp String 127.0.0.1

用户IP。

Lang String en

接口返回错误信息语言。取值:

  • zh:中文。
  • en:英文。

默认为en

City String bei jing shi

城市。

RegistrantOrganization String ce shi

持有者名称。

RegistrantName String ce shi

联系人名称。

Province String bei jing

省份。

Country String CN

国家代码,如CNUS

Email String test@aliyun.com

邮箱。

PostalCode String 123456

邮政编码。

TelArea String 86

电话国家代码。

Telephone String 1234567890

电话号码。

TelExt String 1235

分机号码。

ZhCity String 北京市

中文城市。

ZhRegistrantOrganization String 测试

中文持有者名称。

ZhRegistrantName String 测试

中文联系人名称。

ZhProvince String 北京

中文省份。

ZhAddress String 朝阳区

中文地址。

ContactType String registrant

联系人类型。取值:

  • registrant:域名持有者。
  • admin:管理者。
  • billing:付费者。
  • tech:技术者。
RegistrantType String 1

域名类型。取值:

  • 1:个人。
  • 2:企业。
TransferOutProhibited Boolean false

是否添加禁止转出限制,此参数只对ContactType=registrant情况下起作用,表示持有者修改后是否限制域名60天转出。默认为false,不限制转出。

DomainName.N String alibabacloud.com

无。

返回数据

名称 类型 示例值 描述
RequestId String 464AF466-CA8E-43A8-B61D-test

唯一请求识别码。

TaskNo String 65de2165-ca09-491f-9fe0-test

任务编号。

示例

请求示例

http(s)://[Endpoint]/?Action=SaveBatchTaskForUpdatingContactInfoByNewContact
&ContactType=registrant
&DomainName.1=alibabacloud.com
&RegistrantType=1
&<公共请求参数>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<SaveBatchTaskForUpdatingContactInfoByNewContactResponse>
<requestId>464AF466-CA8E-43A8-B61D-test</requestId>
<taskNo>65de2165-ca09-491f-9fe0-test</taskNo>
</SaveBatchTaskForUpdatingContactInfoByNewContactResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "requestId" : "464AF466-CA8E-43A8-B61D-test",
  "taskNo" : "65de2165-ca09-491f-9fe0-test"
}

错误码

访问错误中心查看更多错误码。