GET Api/MailServer/GetById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
MailServerInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| MailServer | string |
None. |
|
| Port | string |
None. |
|
| IsSSL | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "1e4647b0-5fda-4f1b-b7de-21a8f237e12c",
"Code": "sample string 2",
"MailServer": "sample string 3",
"Port": "sample string 4",
"IsSSL": true
}