<?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_Mailbox_Blackberry_Action</id>
		<title>POST Exchange Mailbox Blackberry Action - 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_Mailbox_Blackberry_Action"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=POST_Exchange_Mailbox_Blackberry_Action&amp;action=history"/>
		<updated>2026-04-20T21:03:18Z</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_Mailbox_Blackberry_Action&amp;diff=1412&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_Mailbox_Blackberry_Action&amp;diff=1412&amp;oldid=prev"/>
				<updated>2014-07-02T05:59:31Z</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_Mailbox_Blackberry_Action&amp;diff=1411&amp;oldid=prev</id>
		<title>Mike.robski at 13:37, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=POST_Exchange_Mailbox_Blackberry_Action&amp;diff=1411&amp;oldid=prev"/>
				<updated>2013-05-20T13:37:12Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Manage Blackberry Services&lt;br /&gt;
&lt;br /&gt;
'''PUT''' &amp;lt;code&amp;gt;/accounts/{account-number}/exchange/{domain-name}/mailboxes/{username}/blackberry/action&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;
; username - ''string''&lt;br /&gt;
: The username of the requested mailbox&lt;br /&gt;
&lt;br /&gt;
== Request Body ==&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;action&amp;quot;: &amp;quot;resendServiceBooks&amp;quot; | &amp;quot;wipe&amp;quot; | &amp;quot;reinitialize&amp;quot;,&lt;br /&gt;
  &amp;quot;actionData&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; action - ''string''&lt;br /&gt;
: Can be one of &amp;quot;resendServiceBooks&amp;quot; | &amp;quot;wipe&amp;quot; | &amp;quot;reinitialize&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; ''resendServiceBooks''&lt;br /&gt;
: Resend service books. A service book contains information that configures how your BlackBerry smartphone interacts with the BlackBerry® Infrastructure. It also turns on specific services for your BlackBerry smartphone. The selection of service books on your BlackBerry smartphone depends upon the features provided by your wireless service provider and the IT policies set up by your organization. You may want to resend service books to troubleshoot various issues with BlackBerry wireless synchronization:&lt;br /&gt;
:: - Problems sending or receiving messages from the BlackBerry smartphone&lt;br /&gt;
:: - Calendar synchronization issues&lt;br /&gt;
:: - Address Book synchronization issues&lt;br /&gt;
:: - Global Address List (GAL) lookup issues&lt;br /&gt;
&lt;br /&gt;
; ''wipe''&lt;br /&gt;
: Wipe an actived Blackberry device. For all activated BlackBerry® devices, you can perform a remote wipe, which forces the device to return to factory default settings. The remote wipe:&lt;br /&gt;
:: - permanently deletes its stored IT policies&lt;br /&gt;
:: - permanently deletes all third-party applications&lt;br /&gt;
:: - permanently deletes all user data&lt;br /&gt;
&lt;br /&gt;
; ''reinitialize''&lt;br /&gt;
: Reactivate a Blackberry device. This wipes the Blackberry device clean and sets up synchronization again. A new password is issued and user will be prompted to go through setup again.&lt;br /&gt;
&lt;br /&gt;
; actionData - ''string''&lt;br /&gt;
: additional data sent with the action to be submitted. Hence no additional information is required for the actions above, this parameter can be left empty.&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;
: No blackberry service enabled for the requested mailbox&lt;br /&gt;
&lt;br /&gt;
;405&lt;br /&gt;
: Unsupported method&lt;br /&gt;
&lt;br /&gt;
;409&lt;br /&gt;
: There is a blackberry service enabled for requested mailbox. However, it is in a billing status other than '''open'''.&lt;br /&gt;
&lt;br /&gt;
;502&lt;br /&gt;
: Internal server error&lt;br /&gt;
&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Exchange API]]&lt;/div&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	</feed>