POST api/Manager/UpdateManager

Request Information

URI Parameters

None.

Body Parameters

EmailManagerConfig
NameDescriptionTypeAdditional information
Id

integer

None.

UserMisSec

string

None.

ManagerName

string

None.

Email

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,
  "UserMisSec": "sample string 2",
  "ManagerName": "sample string 3",
  "Email": "sample string 4",
  "Password": "sample string 5",
  "Host": "sample string 6",
  "Port": 7,
  "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 4</Email>
  <Host xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">sample string 6</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 3</ManagerName>
  <Password xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">sample string 5</Password>
  <Port xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">7</Port>
  <SSL xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">true</SSL>
  <UserMisSec xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS">sample string 2</UserMisSec>
</EmailManagerConfig>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.