Fritz Managed IT GmbH

API Onlinehilfe

Startpage

DOMAIN.UPDATE

Parameters | Examples

Parameters:

Key Default Values Comment
domain Full domainname including sld, (subtld), tld e.g. test.de , test.co.uk
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 FALSE TRUE | FALSE If you want to change to our Nameservers, you can create default DNS-Zones entries. If still using our Nameservers, this parameter is ignored!
mx If you use your own Nameservers leave blank. If you want to change to our Nameservers, specify desired MX (Mail Exchange). If still using our Nameservers, this parameter is ignored (use function DNS.UPDATE instead)!
www_ipaddress If you use your own Nameservers leave blank. If you want to change to our Nameservers, specify desired IP-address for www. If still using our Nameservers, this parameter is ignored (use function DNS.UPDATE instead)!
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

Examples:

Example for minimum request (here change owner):


task: DOMAIN.UPDATE
auth_login: YOURUSER
auth_password: YOURPASSWORD
domain: test.de
owner_c: IE234

Example for using your own Nameservers:


task: DOMAIN.UPDATE
auth_login: YOURUSER
auth_password: YOURPASSWORD
domain: test.de
owner_c: IE234
admin_c: AB123
tech_c: DD777
zone_c: IF1
dns1: new1.yourdns.de
dns2: new2.yourdns.de
dns3: new3.yourdns.de

Example for using our Nameservers as NEW Nameservers but use different IP and MX:


task: DOMAIN.UPDATE
auth_login: YOURUSER
auth_password: YOURPASSWORD
domain: test.de
owner_c: IE234
admin_c: AB123
tech_c: DD777
zone_c: IF1
dns1: ns1.pc-hilfe.com
dns2: ns2.pc-hilfe.com
mx: my-mx.dyndns.org
www_ipadresse: 123.123.123.123
defaultsubdomains: FALSE