POST Api/MailServer/SaveMailServer
Request Information
URI Parameters
None.
Body Parameters
MailServerInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| MailServer | string |
None. |
|
| Port | string |
None. |
|
| IsSSL | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "fcc33fca-36bb-4101-b216-3c38ff3e2ac6",
"Code": "sample string 2",
"MailServer": "sample string 3",
"Port": "sample string 4",
"IsSSL": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}