<?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=POST_Exchange_Mailing_List</id>
		<title>POST Exchange Mailing List - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=POST_Exchange_Mailing_List"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=POST_Exchange_Mailing_List&amp;action=history"/>
		<updated>2026-05-23T18:53:33Z</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=POST_Exchange_Mailing_List&amp;diff=1430&amp;oldid=prev</id>
		<title>Mike.robski: 1 revision: Release 95</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=POST_Exchange_Mailing_List&amp;diff=1430&amp;oldid=prev"/>
				<updated>2014-07-02T05:59:32Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Release 95&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 05:59, 2 July 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=POST_Exchange_Mailing_List&amp;diff=1429&amp;oldid=prev</id>
		<title>Dinh.anh: /* Request Body */</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=POST_Exchange_Mailing_List&amp;diff=1429&amp;oldid=prev"/>
				<updated>2014-05-12T17:53:36Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Request Body&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Create an Exchange mailing list&lt;br /&gt;
&lt;br /&gt;
'''POST''' &amp;lt;code&amp;gt;/accounts/''{account_number}''/exchange/''{domain_name}''/mailingLists&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
; account_number - ''string''&lt;br /&gt;
: The account number that the Exchange resource belongs to&lt;br /&gt;
&lt;br /&gt;
; domain_name - ''string''&lt;br /&gt;
: The domain name that is associated with the Exchange resource&lt;br /&gt;
&lt;br /&gt;
== Request Body ==&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;{&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;list_name&amp;quot;,&lt;br /&gt;
    &amp;quot;owner&amp;quot;: &amp;quot;john2&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;some text&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; name - ''string''&lt;br /&gt;
: The username of the new Exchange mailing list&lt;br /&gt;
&lt;br /&gt;
; onwer - ''string''&lt;br /&gt;
: the owner of the mailing list. The owner should be an existent Exchange mailbox username for the particular domain.&lt;br /&gt;
&lt;br /&gt;
; description - ''string''&lt;br /&gt;
: any text in order to describe the mailing list&lt;br /&gt;
&lt;br /&gt;
==Response Codes==&lt;br /&gt;
&lt;br /&gt;
;202&lt;br /&gt;
: Accepted&lt;br /&gt;
&lt;br /&gt;
;404&lt;br /&gt;
: Non-existent resource&lt;br /&gt;
&lt;br /&gt;
;405&lt;br /&gt;
: Unsupported method&lt;br /&gt;
&lt;br /&gt;
;409&lt;br /&gt;
: Duplicate entry&lt;br /&gt;
&lt;br /&gt;
;502&lt;br /&gt;
: Internal server error&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
'''POST {server_name}/accounts/{account_number}/exchange/{domain_name}/mailingLists '''&lt;br /&gt;
&lt;br /&gt;
''- Request Headers:''&lt;br /&gt;
    Content-Type:application/json&lt;br /&gt;
    Charset=UTF-8&lt;br /&gt;
    Authorization:Base64-encoded username &amp;amp; password string&lt;br /&gt;
&lt;br /&gt;
''- Request Body:''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;list_name&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;john2&amp;quot;,&lt;br /&gt;
  &amp;quot;description&amp;quot;: &amp;quot;some text&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''- Response:''&lt;br /&gt;
''Accepted (202)'': &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;202&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''- Request Body with Invalid data:''&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;some text&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
''- Response:''&lt;br /&gt;
''BadRequest (400)'': &lt;br /&gt;
 {&lt;br /&gt;
  &amp;quot;badRequest&amp;quot;: {&amp;quot;message&amp;quot;: &amp;quot;POST data error&amp;quot;, &amp;quot;code&amp;quot;: 400, &lt;br /&gt;
                 &amp;quot;details&amp;quot;: {&lt;br /&gt;
                             &amp;quot;owner: &amp;quot;Required&amp;quot;, &lt;br /&gt;
                             &amp;quot;name&amp;quot;: &amp;quot;Required&amp;quot;&lt;br /&gt;
                }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Exchange API]]&lt;/div&gt;</summary>
		<author><name>Dinh.anh</name></author>	</entry>

	</feed>