Indicates whether the domain is passed as a parameter is transferable, or not.
Inputs | Description | Type | Regular expression | Mandatory |
name | Domain name | String | [A-Za-z0-9-\.]{5,150} | Yes |
authcode | The authcode of the domain | String | No |
Outputs | Description | Type | Regular expression | Mandatory |
value | Information of the transferability of a domain | String : – Transfer OUT Error: 503 : «authorization failed. Not reseller of this domain (Nom du domaine)» 550 :«parameter value policy error. domainName (Nom du domaine) » Not 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 |
Yes |
Command
<api> […] <command> <domain_authcode> <name>…</name> <authcode>…</authcode> </domain_authcode> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> <value>…</value> </result> </response> </api> |