Table of Contents

Function

The DomainTransferPlus task starts an incoming domain transfer and simultaneously creates a domain contact. If a contact with the specified data already exists, no new contact is created, but the existing one is used.

Description

Within the "Domain" element, all keywords are possible that can also be used in a DomainTransfer request. Within the respective domain contact elements (ownerc, adminc, techc, zonec) all keywords are possible, which are also valid when creating a domain contact, except the keyword "nic_ref".the order type is currently not supported by JSON.

Ownerchange can only be used for some TLDs. You can use the  domain transfer task to start a domain transfer coupled with an owner change. This is called a trade for some TLDs.

Task code: 0104
Uses Domain object

Request
<request>
	<auth>
		<user>customer</user>
		<password>password</password>
		<context>4</context>
	</auth>
	<task>
		<code>0104</code>
		<domain>
			<name>example.com</name>
			<ctid>x11111-1</ctid>
			<ownerc>
				<type>PERSON</type>
				<fname>Peter</fname>
				<lname>Doe</lname>
				<title></title>
				<organization>Example Company</organization>
				<address>Example Street 3</address>
				<pcode>12345</pcode>
				<city>Example City</city>
				<state></state>
				<country>DE</country>
				<phone>+49-12345-127335</phone>
				<fax>+49-12345-12345</fax>
				<email>PDoe@example.com</email>
				<protection>B</protection>
				<nic_ref>info</nic_ref>
				<nic_ref>org</nic_ref>
				<remarks></remarks>
				<extension>
					<gender></gender>
					<idnumber></idnumber>
					<vatnumber></vatnumber>
					<trademark_name></trademark_name>
					<trademark_number></trademark_number>
					<trademark_country></trademark_country>
					<trademark_regdate></trademark_regdate>
					<trademark_appdate></trademark_appdate>
					<companynumber></companynumber>
					<birthday></birthday>
					<birthplace></birthplace>
					<birthcountry></birthcountry>
				</extension>
			</ownerc>
			<adminc>
				<type>PERSON</type>
				<fname>John</fname>
				<lname>Doe</lname>
				<title></title>
				<organization>Example Company</organization>
				<address>Example Street 3</address>
				<pcode>12745</pcode>
				<city>Example City</city>
				<state></state>
				<country>DE</country>
				<phone>+49-12345-166666</phone>
				<fax>+49-12345-127745</fax>
				<email>JDoe@example.com</email>
				<protection>B</protection>
				<nic_ref>info</nic_ref>
				<nic_ref>org</nic_ref>
				<remarks></remarks>
				<extension>
					<gender></gender>
					<idnumber></idnumber>
					<vatnumber></vatnumber>
					<trademark_name></trademark_name>
					<trademark_number></trademark_number>
					<trademark_country></trademark_country>
					<trademark_regdate></trademark_regdate>
					<trademark_appdate></trademark_appdate>
					<companynumber></companynumber>
					<birthday></birthday>
					<birthplace></birthplace>
					<birthcountry></birthcountry>
				</extension>
			</adminc>
			<techc>
				<type>PERSON</type>
				<fname>Jack</fname>
				<lname>Doe</lname>
				<title></title>
				<organization>Example Company</organization>
				<address>Example Street 3</address>
				<pcode>12345</pcode>
				<city>Example City</city>
				<state></state>
				<country>DE</country>
				<phone>+49-12345-166666</phone>
				<fax>+49-12345-127745</fax>
				<email>JaDoe@example.com</email>
				<protection>B</protection>
				<nic_ref>info</nic_ref>
				<nic_ref>org</nic_ref>
				<remarks></remarks>
				<extension>
					<gender></gender>
					<idnumber></idnumber>
					<vatnumber></vatnumber>
					<trademark_name></trademark_name>
					<trademark_number></trademark_number>
					<trademark_country></trademark_country>
					<trademark_regdate></trademark_regdate>
					<trademark_appdate></trademark_appdate>
					<companynumber></companynumber>
					<birthday></birthday>
					<birthplace></birthplace>
					<birthcountry></birthcountry>
				</extension>
			</techc>
			<zonec>
				<type>PERSON</type>
				<fname>Jack</fname>
				<lname>Doe</lname>
				<title></title>
				<organization>
					Example Company/organization>
					<address>Example Street 3</address>
					<pcode>12345</pcode>
					<city>ExampleCity</city>
					<state></state>
					<country>DE</country>
					<phone>+49-12355-166666</phone>
					<fax>+49-12345-133345</fax>
					<email>JaDoe@example.com</email>
					<protection>B</protection>
					<nic_ref>info</nic_ref>
					<nic_ref>org</nic_ref>
					<remarks></remarks>
					<extension>
						<gender></gender>
						<idnumber></idnumber>
						<vatnumber></vatnumber>
						<trademark_name></trademark_name>
						<trademark_number></trademark_number>
						<trademark_country></trademark_country>
						<trademark_regdate></trademark_regdate>
						<trademark_appdate></trademark_appdate>
						<companynumber></companynumber>
						<birthday></birthday>
						<birthplace></birthplace>
						<birthcountry></birthcountry>
					</extension>
				</zonec>
				<nserver>
					<name>ns1.example.com</name>
				</nserver>
				<nserver>
					<name>ns2.example.com</name>
				</nserver>
				<confirm_order>1</confirm_order>
				<confirm_owner_consent>1</confirm_owner_consent>
				<use_trustee>0</use_trustee>
			</domain>
			<reply_to>
				<email>DoeDoe@example.com</reply_to>
			</task>
		</request>
Response
<response>
			<result>
				<status>
					<code>N0104</code>
					<object>
						<type>owner-c</type>
						<value>9926617</value>
					</object>
					<object>
						<type>domain</type>
						<value>example.com</value>
					</object>
					<text>Domain transfer has been started successfully.</text>
					<type>notify</type>
				</status>
			</result>
		</response>