POST AdminApi/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": "9158540a-2f31-4c08-b921-9f97a2ca7500",
"Code": "sample string 2",
"MailServer": "sample string 3",
"Port": "sample string 4",
"IsSSL": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": {}
}