GET Exchange Mailbox Blackberry

From Hostway API Documentation
(Difference between revisions)
Jump to: navigation, search
 
m (1 revision: Release 95)
 

Latest revision as of 00:59, 2 July 2014

Checks the status of Blackberry of an existing Exchange Mailbox

GET /accounts/{account-number}/exchange/{domain-name}/mailboxes/{username}/blackberry/

[edit] Parameters

account_number - string
The account-number that the Exchange resource belongs to
domain_name - string
The domain-name that is associated with the Exchange resource
username - string
The username of the requested mailbox

[edit] Response Body

{
  "billingStatus": "open",
  "links": [
    {
      "rel": "self",
      "href": "https://{server_name}/account/{account-id}/exchange/{domain-name}/mailboxes/{username}/blackberry"
    }
  ]
}
 
billingStatus - string
Current status of the blackberry product. Allowed values are pending, open, suspended, close_pending, closed and purge_pending
links - list
Hypermedia for this resource. Links to self.

[edit] Response Codes

200
Ok
405
Unsupported method
404
No blackberry enabled for that mailbox
502
Internal server error
Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox