Method resellerDomainTransfer

 return to group index



resellerDomainTransfer

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

Description

Transfer a domain using your loyalty/reseller account

Query quota

10 queries per minute for the same domain name

Parameters

  • stringsession : the session id
  • stringdomain : the domain name
  • stringauthinfo : authinfo code, mandatory for gTlds (.com, .net, .org, .info, .biz) and .pl
  • stringhosting : the hosting type (none | start1g | start5g | start10g | 20gp | 300gp | 90plan | 720plan | xxlplan | mediaplan)
  • stringoffer : the domain offer (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 : the fourth dns hostname
  • 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 birth country
  • booleandryRun : enable the TEST MODE when eabled (true), will not debit your account
programming languages / libraries :
 
Parameters :
string session : $session
string domain :
string authinfo :
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 :