domain_istransferable

Indique si le domaine passé en paramètre est transférable ou non.

Paramètres entrants Description Type Expression régulière Obligatoire
name Nom de domain String [A-Za-z0-9-\.]{5,150} Oui
authcode Le authcode du domaine String Non

 

Paramètres sortants Description Type Expression régulière Obligatoire
value indication sur la transferabilité d’un domaine String :
– Transfer OUT
Erreur :
503 : «authorization failed. Not reseller of this domain (Nom du domaine)»
550 :«parameter value policy error. domainName (Nom du domaine) »
Non transferable:
200 : «The domain is not transferable. The actual creation date (Date de création du domaine) does not correpond to the transfer period allowed»
200 : «This domain is not transferable (statut : Statut du domaine)»
Transferable:
200 : «This domain is transferable (statut : Statut du domaine)»

– Transfer IN
Non transferable:
200 : «domain already in the requested operation.»
200 : «The authcode does not correspond to the domain.»
200 : «This domain is not transferable. The actual status (Statut du domaine) does not allow the operation.»
200 : «This domain is not transferable. The actual creation date (Date de création du domaine) does not correpond to the transfer period criteria.»
Transferable:
200 : «This domain is transferable (statut :Statut du domaine)»
Info:
200 : Si le domaine est transferable IN chez Namebay: «This domain does not belong to namebay (WHOIS statut : Statut du Whois) »
Erreur:
550 : «Parsing WHOIS forbidden, check manually »

Oui

 

Commande

<api>
[…]
<command>
<domain_istransferable>
<name>…</name>
<authcode>…</authcode>
</domain_istransferable>
</command>
</api>

Réponse à la commande

<?xml version="1.0" encoding="utf-8"?>
<api>
<response>
<trID>…</trID>
<result code="…">
<msg>…</msg>
<value>…</value>
</result>
</response>
</api>