Fritz Managed IT GmbH

API Onlinehilfe

Startpage

DOMAIN.CREATE

Parameters | Examples

Parameters:

Key Default Values Comment
domain Full domainname including sld, (subtld), tld e.g. test.de , test.co.uk
operation CREATE CREATE | TRANSFER | TRADE | INSERT | PREREGISTRATION Create, transfer-in, trade or just insert new domain
Notice transfer-in: Transfer isn't started immediatelly, you have to start by function DOMAIN.TRANSFERIN or set execdate NOW
Notice trade: This operation is only supported by .eu domains
Notice insert: Insert domain means that domain should be controlled by our control panel Webserverconfig.de for hosting (e.g. mail / web), but domain should not be transfered to Fritz Managed IT GmbH - it should stay at current registrar e.g. Switch.
owner_c
admin_c owner_c If not specified, owner_c handle is taken
tech_c PFRITZ If not specified, handle of Fritz Managed IT GmbH is taken
zone_c PFRITZ If not specified, handle of Fritz Managed IT GmbH is taken
dns1 ns1.fritzdns.com If not specified, DNS m.de.ha-dns.net is taken
dns2 ns2.fritzdns.com If not specified, DNS ka2.de.ha-dns.net is taken
dns3 If not specified, DNS f2.de.ha-dns.net is taken
dns4 If not specified, DNS lxa.us.ha-dns.net is taken
defaultsubdomains TRUE TRUE | FALSE Default value is TRUE if using our Nameservers
mx mx1a.fritz.gmbh If you use your own Nameservers leave blank else specify desired mailserver for MX (Mail Exchange)
www_ipaddress 1.2.3.4 If you use your own Nameservers leave blank else specify desired IP-address for www
comment Optional comment for registration, e.g. special date for registration. Parameter is ignored right now!
period 1 1,2,3,4,5,6,7,8,9,10 Register domain for period years
authinfo Operation transfer only: This is Auth-Info password for supported domains. If you do not specifiy, transfer can't be started immediatelly, but you can start transfer later by function DOMAIN.TRANSFERIN
execdate NOW Date YYYY-MM-DD Operation create: Register domain immediatelly or later.
Operation insert: Command not supported!
Operation transfer / trade: You can start transfer immediatelly (date = NOW or current date) or later by function DOMAIN.TRANSFERIN
usetrustee FALSE TRUE | FALSE If you want to use our trustee service, choose value TRUE. You accept trustee agreement + trustee prices!

Examples:

Example for minimum request:


task: DOMAIN.CREATE
auth_login: YOURUSER
auth_password: YOURPASSWORD
domain: test.de
owner_c: PIE234

Example for .eu trade:


task: DOMAIN.CREATE
operation:  TRADE
auth_login: YOURUSER
auth_password: YOURPASSWORD
domain: test.eu
owner_c: PIE234

Example for .com transfer (start later):


task: DOMAIN.CREATE
operation:  TRANSFER
auth_login: YOURUSER
auth_password: YOURPASSWORD
domain: test.com
owner_c: PIE234

Example for .com transfer (start immediatelly):


task: DOMAIN.CREATE
operation:  TRANSFER
auth_login: YOURUSER
auth_password: YOURPASSWORD
domain: test.com
owner_c: PIE234
authinfo: 12345678
execdate: NOW

Example for creating domain using your own Nameservers:


task: DOMAIN.CREATE
operation: CREATE
auth_login: YOURUSER
auth_password: YOURPASSWORD
domain: test.de
owner_c: PIE234
admin_c: PAB123
tech_c: PDD777
zone_c: PIF1
dns1: ns1.yourdns.de
dns2: ns2.yourdns.de
dns3: ns3.yourdns.de

Example for creating domain using our Nameservers but different IP and MX:


task: DOMAIN.CREATE
operation: CREATE
auth_login: YOURUSER
auth_password: YOURPASSWORD
domain: test.de
owner_c: PIE234
admin_c: PAB123
tech_c: PDD777
zone_c: PIF1
mx: my-mx.dyndns.org
www_ipadresse: 123.123.123.123
defaultsubdomains: FALSE