FISH
Sommaire |
General informations
http://www.netim.com/domain-name/fish-domain.html
Domain values
Each domain name extension has specific values according to policy rules or naming charter defined by the registry.
The below information is obtained in realtime with the API function domainTldInfo
Please take a look at this function for further information
API operations
We offer numerous functions in order to manage domain names. However according to the domain name extension, some of them are not supported either at the registry level either by us.
The below information is obtained in realtime with the function queryOpeList
If the status is "0" (closed), thus the function is not available. If you try to call a closed operation, you will receive the error E12-M1204.
Please take a look at our API specifications for further information
Semantic rules for the API
Semantic rules are used to define the information needed during a given operation on this extension. Additional fields or special values may be required at the owner or contacts level.
Contacts
Dans toutes les fonctions utilisant l'objet StructContact, les règles suivantes s'appliquent
Aucune
Registration
With the function domainCreate, the following rules apply:
Parameters | Rules |
---|---|
Domain | Mandatory |
IdOwner | Mandatory |
IdAdmin | Mandatory |
IdTech | Mandatory |
IdBilling | Mandatory |
Ns1 | Optional |
Ns2 | Optional |
Ns3 | Optional |
Ns4 | Optional |
Ns5 | Optional |
Duration | Mandatory (See Tld-value:PeriodCreate) |
Enregistrement en phase de lancement
Dans la fonction domainCreateLP, les règles suivantes s'appliquent
Paramètres | Règles |
---|---|
Domain | Obligatoire |
IdOwner | Obligatoire |
IdAdmin | Obligatoire |
IdTech | Obligatoire |
IdBilling | Obligatoire |
Ns1 | Optionnel |
Ns2 | Optionnel |
Ns3 | Optionnel |
Ns4 | Optionnel |
Ns5 | Optionnel |
Duration | Obligatoire (Cf. Tld-value:PeriodCreate) |
launchPhase | Obligatoire (Cf. Règles de lancement) |
Transfer In
With the function domainTransferIn, the following rules apply:
Parameters | Rules |
---|---|
Domain | Mandatory |
AuthID | Mandatory |
IdOwner | #AUTO# |
IdAdmin | Mandatory |
IdTech | Mandatory |
IdBilling | Mandatory |
Ns1 | Optional |
Ns2 | Optional |
Ns3 | Optional |
Ns4 | Optional |
Ns5 | Optional |
Règles de lancement
Liste des phases
Phase | Valeur de launchPhase |
---|---|
Sunrise | SR |
Sunrise 2 | - |
Sunrise 3 | - |
Landrush Jour 1 | LR |
Landrush Jour 2 | LR2 |
Landrush Jour 3 à 5 | LR3 |
Disponibilité Générale | GA |
Pour WHMCS
Activez / insérez le code suivant dans le fichier config.inc.php de notre module
$additionaldomainfields[".extension"]=array(); $additionaldomainfields[".extension"][] = array( "Name" => "GA", "LangVar" => "generalavailability", "Type" => "tickbox", "Description" => "A partir du DD/MM/YYYY HH:MM", "Required" => true, );
Remplacez ".extension" par ".fish"
Remplacez "DD/MM/YYYY HH:MM" par la date de l'ouverture générale ou adaptez le texte à votre convenance.
Lorsque le lancement sera réalisé, supprimez ce code ou mettez le en commentaire