この操作では、複数のドメイン名の連絡先情報を更新するタスクを送信します。
QueryTaskDetailList操作を呼び出して、タスクの実行結果を照会できます。
デバッグ
リクエストパラメーター
パラメーター | データ型 | 必須/任意 | 例 | 説明 |
---|---|---|---|---|
Action | String | 必須 | SaveBatchTaskForUpdatingContactInfoByNewContact |
実行したい操作。 値をSaveBatchTaskForUpdatingContactInfoByNewContactに設定します。 |
ContactType | String | 必須 | 登録者 |
The type of the contact. 設定可能な値は以下のとおりです。
|
DomainName.N | RepeatList | 必須 | alibabacloud.com |
ドメイン名のリスト。 |
RegistrantType | String | 必須 | 1 |
ドメイン名のタイプ。 設定可能な値は以下のとおりです。
|
アドレス | String | 任意 | チャオヤンqu |
連絡先の特定のアドレス。 |
UserClientIp | String | 任意 | 127.0.0.1 |
The IP address of the client that you use to submit the task. |
ラング | String | 任意 | en |
The language of the error message to return. 設定可能な値は以下のとおりです。
デフォルト値: en |
City | String | 任意 | bei jing shi |
連絡先がある都市。 |
RegistrantOrganization | String | 任意 | ce shi |
登録者の名前。 |
RegistrantName | String | 任意 | ce shi |
連絡先の名前。 |
Province | String | 任意 | bei jing |
The province where the contact is located. |
国 | String | 任意 | CN |
The domain country code of the country/region where the contact is located, such as CN or US. |
電子メール | String | 任意 | test@aliyun.com |
The email address of the contact. |
PostalCode | String | 任意 | 123456 |
The郵便番号の領域連絡はlocated. |
TelArea | String | 任意 | 86 |
The telephone country code of the country/region where the contact is located. |
Telephone | String | 任意 | 1234567890 |
連絡先の電話番号。 |
TelExt | String | 任意 | 1235 |
連絡先の電話番号の内線番号。 |
ZhCity | String | 任意 | Beijing. This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
連絡先がある都市の中国名。 This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
ZhRegistrantOrganization | String | 任意 | テスト。 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 | 任意 | テスト。 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 | 任意 | Beijing |
The Chinese name of the province where the contact is located. このパラメーターは、Alibaba Cloud China Webサイトのドメインコンソールにのみ適用されます。 |
ZhAddress | String | 任意 | 朝陽区。 このパラメーターは、Alibaba Cloud China Webサイトのドメインコンソールにのみ適用されます。 |
連絡先の住所の中国語名。 This parameter is only applicable to the Domains console in the Alibaba Cloud China website. |
TransferOutProhibited | Boolean | 任意 | false |
転送禁止を有効にするかどうかを指定します。 This parameter is valid only when the value of the ContactType parameter is registrant. 登録者情報が変更されてから60日以内にドメイン名を移管できるかどうかを指定します。 デフォルト値: false (転送禁止なし) |
レスポンスパラメーター
パラメーター | データ型 | 例 | 説明 |
---|---|---|---|
RequestId | String | 464AF466-CA8E-43A8-B61D-test |
リクエストの ID です。 |
タスク番号 | String | 65de2165-ca09-491f-9fe0-test |
送信されたタスクのID。 |
例
リクエストの例
4http(s)://[Endpoint]/? Action=SaveBatchTaskForUpdatingContactInfoByNewContact
&ContactType=registrant
&DomainName.1=alibabacloud.com
&RegistrantType=1
&<Common request parameters>
正常に処理された場合のレスポンス例
XML
形式
<SaveBatchTaskForUpdatingContactInfoByNewContactResponse>
<requestId>464AF466-CA8E-43A8-B61D-test</requestId>
<taskNo>65de2165-ca09-491f-9fe0-test</taskNo>
</SaveBatchTaskForUpdatingContactInfoByNewContactResponse>
JSON
形式
{
"requestId": "464AF466-CA8E-43A8-B61D-test",
"taskNo": "65de2165-ca09-491f-9fe0-test"
}
エラーコード
エラーコードリストについては、「API エラーセンター」をご参照ください。