POST api/Manager/UpdateManager
Request Information
URI Parameters
None.
Body Parameters
EmailManagerConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ManagerName | string |
None. |
|
| string |
None. |
||
| Password | string |
None. |
|
| Host | string |
None. |
|
| Port | integer |
None. |
|
| SSL | boolean |
None. |
|
| Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ManagerName": "sample string 2",
"Email": "sample string 3",
"Password": "sample string 4",
"Host": "sample string 5",
"Port": 6,
"SSL": true,
"Active": true
}
application/xml, text/xml
Sample:
<EmailManagerConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.DAO"> <Active xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">true</Active> <Email xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">sample string 3</Email> <Host xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">sample string 5</Host> <Id xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">1</Id> <ManagerName xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">sample string 2</ManagerName> <Password xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">sample string 4</Password> <Port xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">6</Port> <SSL xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">true</SSL> </EmailManagerConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |