domain_transfer

Transfert d’un nom de domaine chez Namebay.

Paramètres entrants Description Type Expression régulière Obligatoire
contact type=’registrant’ identifiant du contact propriétaire String (max 10) Oui
contact type=’admin’ identifiant du contact administratif String (max 10) Oui
contact type=’tech’ identifiant du contact technique String (max 10) Oui
contact type=’billing’ identifiant du contact facturation String (max 10) Oui
name Nom de domaine String [A-Za-z0-9-\.]{5,68} Oui
authinfo Clef nécessaire au transfert String Oui seulement pour les extensions suivantes : com, net, org, tv, fr, info, biz, us, aero, name, bz, us, ch, cn, fi, li, travel, mobi, in, pl, me, pro, kr, tel
number Siren Int Oui, si le registrant est une société française
TrusteeService Utilisé pour défnir si la présence locale doit être utilisée Boolean Non

 

Paramètres sortants Description Valeurs possibles
name Nom de domaine

 

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 authinfo command syntax error The ‘authinfo’ element has an invalid value according to its data type String
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 name parameter value policy error invalid tldName (name) NDD ayant un Tld inconnu
550 name parameter value policy error command nit implemented (name) Pas de transfert possible pour ce Tld
525 name object already registered domaineName (name) Domaine déjà transféré
510 contact object does not exist not reseller of this contact (contact_id) Le contact n’appartient pas au revendeur ou n’existe pas
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) Name server non enregistré chez le registre

 

Commande

<api>
[…]
<command>
<domain_transfer>
<contact type="registrant">…</contact>
<contact type="admin">…</contact>
<contact type="tech">…</contact>
<contact type="billing">…</contact>
<name>…</name>
</domain_transfer>
</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_trfData>
<name>…</name>
</domain_trfData>
</resData>
</api>