Método resellerDomainCreate

 volver al indice del grupo



resellerDomainCreate

voidresellerDomainCreate ( stringsession, stringdomain, stringhosting, stringoffer, stringprofile, stringowo, stringowner, stringadmin, stringtech, stringbilling, stringdns1, stringdns2, stringdns3, stringdns4, stringdns5, stringmethod, stringlegalName, stringlegalNumber, stringafnicIdent, stringbirthDate, stringbirthCity, stringbirthDepartement, stringbirthCountry, booleandryRun )

Descripción

Create a domain using your loyalty/reseller account

Cuota de peticiones

10 queries per minute for the same domain name

Parámetros

  • stringsession : ID de la sesión
  • stringdomain : el nombre del dominio
  • stringhosting : the hosting type (none|start1m|perso|pro|business|premium)
  • stringoffer : oferta del dominio (gold|platinum|diamond)
  • stringprofile : the reseller profile (none | whiteLabel | agent)
  • stringowo : activate OwO for .com, .net, .org, .info and .biz (yes | no)
  • stringowner : the owner nichandle
  • stringadmin : the admin nichandle
  • stringtech : the tech nichandle
  • stringbilling : the billing nichandle
  • stringdns1 : the primary dns hostname (if hosting, default OVH dns will be installed)
  • stringdns2 : the secondary dns hostname
  • stringdns3 : the third dns hostname
  • stringdns4 : el hostname del cuarto DNS
  • stringdns5 : the fifth dns hostname
  • stringmethod : only for .fr (AFNIC) : identification method (siren | inpi | birthPlace | afnicIdent)
  • stringlegalName : only for .fr (AFNIC) : corporation name /trademark owner
  • stringlegalNumber : only for .fr (AFNIC) : SIREN/SIRET/INPI number
  • stringafnicIdent : only for .fr (AFNIC) : afnic ident code
  • stringbirthDate : only for .fr (AFNIC) : owner birth date
  • stringbirthCity : only for .fr (AFNIC) : owner birth city
  • stringbirthDepartement : only for .fr (AFNIC) : owner birth french departement
  • stringbirthCountry : only for .fr (AFNIC) : owner bith country
  • booleandryRun : active el MODO DE TEST cuando esté definido en verdadero (true), no se cargará en su cuenta
lenguaje de programación / librerías :
 
Parámetros :
string session : $session
string domain :
string hosting :
string offer :
string profile :
string owo :
string owner :
string admin :
string tech :
string billing :
string dns1 :
string dns2 :
string dns3 :
string dns4 :
string dns5 :
string method :
string legalName :
string legalNumber :
string afnicIdent :
string birthDate :
string birthCity :
string birthDepartement :
string birthCountry :
boolean dryRun :