PUT Exchange Email Encryption
From Hostway API Documentation
Revision as of 23:59, 1 July 2014 by Mike.robski (Talk | contribs)
Enable (create) an Email encryption for a given Exchange domain
PUT {server_name}/accounts/{account_number}/exchange/{domain_name}/emailEncryption/
Contents |
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
Request Body
{ "adminEmail": "something@here.com", }
- adminEmail - string
- - An email address of the administrator for the encryption
Response Codes
- 202
- Accepted
- 400
- Validation error
- 404
- ItemNotFound; There is no Exchange plan purchased for the particular domain name
- 405
- Unsupported method
- 409
- Admin email already exists
- 502
- Internal server error
Response Headers
Location http://{server_name}/orders/{order_id}
- hyperlink to the order where the Exchange email encryption product has been added to. The order must be placed in order the Exchange email encryption to be enabled.