PUT api/EmailAccount/PutEmailAccount
Request Information
URI Parameters
None.
Body Parameters
EmailAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| User | string |
String length: inclusive between 0 and 100 |
|
| Password | string |
String length: inclusive between 0 and 100 |
|
| Host | string |
String length: inclusive between 0 and 100 |
|
| Port | integer |
None. |
|
| Ssl | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"User": "sample string 2",
"Password": "sample string 3",
"Host": "sample string 4",
"Port": 5,
"Ssl": true
}
application/xml, text/xml
Sample:
<EmailAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSZBADM.MODELS"> <Host>sample string 4</Host> <Id>1</Id> <Password>sample string 3</Password> <Port>5</Port> <Ssl>true</Ssl> <User>sample string 2</User> </EmailAccount>
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. |