<?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-renewTerms%3AGET</id>
		<title>Domains-domainName-renewTerms:GET - 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-renewTerms%3AGET"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Domains-domainName-renewTerms:GET&amp;action=history"/>
		<updated>2026-05-16T08:34:35Z</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-renewTerms:GET&amp;diff=1001&amp;oldid=prev</id>
		<title>Mike.robski: 1 revision: Release 87</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Domains-domainName-renewTerms:GET&amp;diff=1001&amp;oldid=prev"/>
				<updated>2013-11-15T21:22:17Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Release 87&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 21:22, 15 November 2013&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-renewTerms:GET&amp;diff=1000&amp;oldid=prev</id>
		<title>Venzi.iliev: /* Example of getting the available renewal terms and pricing. */</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Domains-domainName-renewTerms:GET&amp;diff=1000&amp;oldid=prev"/>
				<updated>2013-06-07T14:18:35Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Example of getting the available renewal terms and pricing.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= GET /domains/''{domainName}''/renewTerms =&lt;br /&gt;
Get the available renewal terms and pricing for a domain.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== Request ==&lt;br /&gt;
&amp;lt;code&amp;gt;GET /domains/''{domainName}''/renewTerms&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
{{DomainName}}&lt;br /&gt;
&lt;br /&gt;
=== URI Parameters ===&lt;br /&gt;
;promotionCode&lt;br /&gt;
: String (optional)&lt;br /&gt;
&lt;br /&gt;
=== Request Headers ===&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
=== Request Body ===&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
== Response ==&lt;br /&gt;
&lt;br /&gt;
=== Status Code ===&lt;br /&gt;
;200 OK&lt;br /&gt;
: Returns the available renewal terms and pricing.&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;
: If the back end returns no renewal terms and/or pricing.&lt;br /&gt;
&lt;br /&gt;
=== Response Body ===&lt;br /&gt;
List of the available renewal terms and pricing.&lt;br /&gt;
&lt;br /&gt;
== Example of getting the available renewal terms and pricing. ==&lt;br /&gt;
'''Request'''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
GET /domains/example.com/renewTerms&lt;br /&gt;
&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;
200 OK&lt;br /&gt;
Content-Type: application/json; charset=UTF-8&lt;br /&gt;
&lt;br /&gt;
[{&amp;quot;currency&amp;quot;: &amp;quot;USD&amp;quot;, &amp;quot;amount&amp;quot;: 0.0, &amp;quot;cycleName&amp;quot;: &amp;quot;Yearly&amp;quot;, &amp;quot;monthlyCycle&amp;quot;: 12},&lt;br /&gt;
{&amp;quot;currency&amp;quot;: &amp;quot;USD&amp;quot;, &amp;quot;amount&amp;quot;: 0.0, &amp;quot;cycleName&amp;quot;: &amp;quot;Two Yearly&amp;quot;, &amp;quot;monthlyCycle&amp;quot;: 24},&lt;br /&gt;
{&amp;quot;currency&amp;quot;: &amp;quot;USD&amp;quot;, &amp;quot;amount&amp;quot;: 0.0, &amp;quot;cycleName&amp;quot;: &amp;quot;Three Yearly&amp;quot;, &amp;quot;monthlyCycle&amp;quot;: 36},&lt;br /&gt;
{&amp;quot;currency&amp;quot;: &amp;quot;USD&amp;quot;, &amp;quot;amount&amp;quot;: 0.0, &amp;quot;cycleName&amp;quot;: &amp;quot;Four Yearly&amp;quot;, &amp;quot;monthlyCycle&amp;quot;: 48},&lt;br /&gt;
{&amp;quot;currency&amp;quot;: &amp;quot;USD&amp;quot;, &amp;quot;amount&amp;quot;: 0.0, &amp;quot;cycleName&amp;quot;: &amp;quot;Five Yearly&amp;quot;, &amp;quot;monthlyCycle&amp;quot;: 60},&lt;br /&gt;
{&amp;quot;currency&amp;quot;: &amp;quot;USD&amp;quot;, &amp;quot;amount&amp;quot;: 0.0, &amp;quot;cycleName&amp;quot;: &amp;quot;Ten Yearly&amp;quot;, &amp;quot;monthlyCycle&amp;quot;: 120}]&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>