Table of Contents

Function

The order type DomainTransferPluswithOwnerchange starts an incoming domain transfer and simultaneously changes the domain owner. If a contact with the same data already exists, no new one is created, but the existing one is used.

Description

Within the "Domain" element, all keywords are possible that you can also use in the domain transfer request.
Within the respective domain contact elements (ownerc, adminc, techc, zonec) you can use all keywords that are also valid when creating a domain contact, except the keyword "nic_ref".

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

Task code: 0104
The task is currently only supported by XML.
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>john</fname>
				<lname>doe</lname>
				<title></title>
				<organization>example company</organization>
				<address>example street3</address>
				<pcode>12345</pcode>
				<city></city>
				<state></state>
				<country>DE</country>
				<phone>+49-12345-127335</phone>
				<fax>+49-12345-12345</fax>
				<email>doe@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>joe</fname>
				<lname>doe</lname>
				<title></title>
				<organization>example company</organization>
				<address>example street3</address>
				<pcode>12745</pcode>
				<city></city>
				<state></state>
				<country>DE</country>
				<phone>+49-12345-166666</phone>
				<fax>+49-12345-127745</fax>
				<email>doe@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>joe</fname>
				<lname>doe</lname>
				<title></title>
				<organization>example company</organization>
				<address>example street3</address>
				<pcode>12345</pcode>
				<city></city>
				<state></state>
				<country>DE</country>
				<phone>+49-12345-166666</phone>
				<fax>+49-12345-127745</fax>
				<email>doe@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>joe</fname>
				<lname>doe</lname>
				<title></title>
				<organization>example company</organization>
				<address>example street3</address>
				<pcode>12345</pcode>
				<city>Example City</city>
				<state></state>
				<country>DE</country>
				<phone>+49-12355-166666</phone>
				<fax>+49-12345-133345</fax>
				<email>doe@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>
			<cnfirm_owner_consent>1</confirm_owner_consent>
				<use_trustee>0</use_trustee>
		</domain>
		<reply_to>
			<email>MusterDoe@example.com</email>
		</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>