domain_update

Mise à jour d’un nom de domaine.

Paramètres entrants Description Type Expression régulière Obligatoire
name Nom de domaine String [A-Za-z0-9-\.]{5,68} Oui
contact type=’registrant’ Identifiant du contact propriétaire du nom de domaine(mise à jour de ce contact disponible uniquement pour les .COM, .NET, et .TV) String (max 10) Non
contact type=’admin’ Identifiant du contact administratif du nom de domaine String (max 10) Non
contact type=’tech’ Identifiant du contact technique du nom de domaine String (max 10) Non
contact type=’billing’ Identifiant du contact de facturation du nom de domaine String (max 10) Non
ns Serveurs de nom String [A-Za-z0-9-\.]{5,150} Non
public Whois anonyme ou publique (uniquement pour les extensions suivantes : .NET, .COM, .TV, .CC) String (0 (anonymous) or 1(public) Non

 

Paramètres sortants Description Valeurs possibles
name Nom de domaine
status Statut du nom de domaine « updated »

 

Code Erreurs

Code d’erreur Paramètre Message Valeur Commentaire
501 name command syntax error The ‘name’ element has an invalid value according to its data type [A-Za-z0-9-\.]{5,68}
501 contact type=’registrant’ command syntax error The ‘contact type’ element has an invalid value according to its data type String (max 10)
501 contact type=’admin’ command syntax error The ‘contact type’ element has an invalid value according to its data type String (max 10)
501 contact type=’tech’ command syntax error The ‘contact type’ element has an invalid value according to its data type String (max 10)
501 contact type=’billing’ command syntax error The ‘contact type’ element has an invalid value according to its data type String (max 10)
501 ns command syntax error The ‘ns’ element has an invalid value according to its data type [A-Za-z0-9-\.]{5,150}
503 name authorization failed not reseller of this domain (name)
503 name authorization failed domainName status (Expired/Protected)
503 name authorization failed Tld Update Denied
510 name object does not exist domainName (name) NDD inexistant
550 name parameter value policy error domainName (name) NDD ayant une erreur sémantique
550 ns parameter value policy error nameserver >= 2 Le nombre de ns doit être >= 2
550 ns parameter value policy error duplicated nameserver (name)
550 ns parameter value policy error invalid nameserver (ns_name)
510 ns object does not exist nameserver not registered (ns_name)

 

Commande

<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>

Réponse à la commande

<?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>