Used to update domain information.
Inputs | Description | Type | Regular expression | Mandatory |
name | Domain name | String | [A-Za-z0-9-\.]{5,68} | Yes |
contact type=’registrant’ | Owner contact identifier (Update contact only available for .COM, .NET, and.TV) | String (max 10) | No | |
contact type=’admin’ | Admin contact identifier | String (max 10) | No | |
contact type=’tech’ | Technical contact identifier | String (max 10) | No | |
contact type=’billing’ | Billing contact identifier | String (max 10) | No | |
ns | Domain name servers | String | [A-Za-z0-9-\.]{5,150} | No |
public | Set anonymous WHOIS | String (0 (anonymous) or 1(public) | No |
Outputs | Description | Possible values |
name | Domain name | |
status | Domain name status | “updated” |
Command
<api> […] <command> <domain_update> <name>…</name> <contact type='registrant'>…</contact> <contact type='admin'>…</contact> <contact type='tech'>…</contact> <contact type='billing'>…</contact> <ns>…</ns> <ns>…</ns> </domain_update> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> <resData> <domain_upData> <name>…</name> <status>…</status> </domain_upData> </resData> </api> |