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": "77c8ea26-5379-415e-ad9b-a508bde119fd",
"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": {}
}