<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.hostway.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Domains-domainName-privateregistration%3APOST</id>
		<title>Domains-domainName-privateregistration:POST - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Domains-domainName-privateregistration%3APOST"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Domains-domainName-privateregistration:POST&amp;action=history"/>
		<updated>2026-05-16T08:33:49Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Domains-domainName-privateregistration:POST&amp;diff=1165&amp;oldid=prev</id>
		<title>Mike.robski: 1 revision: Release 90</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Domains-domainName-privateregistration:POST&amp;diff=1165&amp;oldid=prev"/>
				<updated>2014-01-31T18:34:58Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Release 90&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 18:34, 31 January 2014&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Domains-domainName-privateregistration:POST&amp;diff=1164&amp;oldid=prev</id>
		<title>Venzi.iliev: /* POST /domains/{domainName}/privateregistration */</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Domains-domainName-privateregistration:POST&amp;diff=1164&amp;oldid=prev"/>
				<updated>2013-12-20T14:59:36Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;POST /domains/{domainName}/privateregistration&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= POST /domains/''{domainName}''/privateregistration =&lt;br /&gt;
Update the privateregistration for a domain - change forwarding e-mail address, upgrade or downgrade between &amp;quot;full&amp;quot; and &amp;quot;light&amp;quot; version of the privateregistration product.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== Request ==&lt;br /&gt;
&amp;lt;code&amp;gt;POST /domains/''{domainName}''/privateregistration&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
=== URI Parameters ===&lt;br /&gt;
{{DomainName}}&lt;br /&gt;
&lt;br /&gt;
=== Request Headers ===&lt;br /&gt;
Content-Type: application/json&lt;br /&gt;
&lt;br /&gt;
=== Request Body ===&lt;br /&gt;
The hosts for the domain.&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
&lt;br /&gt;
; type - ''string''&lt;br /&gt;
: (Optional) The privateregistration product type, either &amp;quot;full&amp;quot; or &amp;quot;light&amp;quot;. If it's different than the current type, product will be upgraded or downgraded to match the new type.&lt;br /&gt;
&lt;br /&gt;
; email - ''string''&lt;br /&gt;
: (Optional) The forwarding e-mail address for &amp;quot;full&amp;quot; type privateregistration.&lt;br /&gt;
&lt;br /&gt;
== Response ==&lt;br /&gt;
=== Status Code ===&lt;br /&gt;
;204 No Content&lt;br /&gt;
: Returned on success&lt;br /&gt;
&lt;br /&gt;
;404 Not Found&lt;br /&gt;
: No domain records found for the given domain name.&lt;br /&gt;
&lt;br /&gt;
;500 Internal Server Error&lt;br /&gt;
: An error has occurred with the registry,&lt;br /&gt;
&lt;br /&gt;
=== Response Body ===&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
== Example of updating e-mail address for &amp;quot;full&amp;quot; type of privateregistration. ==&lt;br /&gt;
'''Request'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
POST /domains/example.com/privateregistration&lt;br /&gt;
&lt;br /&gt;
{ &amp;quot;email&amp;quot;: &amp;quot;test-changed@test.com&amp;quot; }&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Response'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
204 No Content&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example of downgrading &amp;quot;full&amp;quot; type of privateregistration to &amp;quot;light&amp;quot;. ==&lt;br /&gt;
'''Request'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
POST /domains/example.com/privateregistration&lt;br /&gt;
&lt;br /&gt;
{ &amp;quot;type&amp;quot;: &amp;quot;light&amp;quot; }&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Response'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
204 No Content&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example of upgrading &amp;quot;light&amp;quot; type of privateregistration to &amp;quot;full&amp;quot;. ==&lt;br /&gt;
'''Request'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
POST /domains/example.com/privateregistration&lt;br /&gt;
&lt;br /&gt;
{ &amp;quot;type&amp;quot;: &amp;quot;full&amp;quot;, &amp;quot;email&amp;quot;: &amp;quot;test-forward@test.com&amp;quot; }&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Response'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
204 No Content&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Domain Name Registration|Domain Name Registration API]]&lt;br /&gt;
* [[Common Features]]&lt;br /&gt;
&lt;br /&gt;
{{disqus}}&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Domain Name Registration API]]&lt;/div&gt;</summary>
		<author><name>Venzi.iliev</name></author>	</entry>

	</feed>