POST Api/MailServer/GetMailServerSettings

Request Information

URI Parameters

None.

Body Parameters

MailServerCond
NameDescriptionTypeAdditional information
Page

integer

None.

PageSize

integer

None.

Offset

integer

None.

SortName

string

None.

SortOrder

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Page": 1,
  "PageSize": 2,
  "Offset": 0,
  "SortName": "sample string 3",
  "SortOrder": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageDataOfMailServerView
NameDescriptionTypeAdditional information
TotalPage

integer

None.

TotalRecord

integer

None.

Data

Collection of MailServerView

None.

Page

integer

None.

PageSize

integer

None.

Offset

integer

None.

SortName

string

None.

SortOrder

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalPage": 1,
  "TotalRecord": 1,
  "Data": [
    {
      "Id": "2c8e14e2-3e81-479d-8df3-4390db6a69c7",
      "Code": "sample string 2",
      "MailServer": "sample string 3",
      "Port": "sample string 4",
      "IsSSL": true
    },
    {
      "Id": "2c8e14e2-3e81-479d-8df3-4390db6a69c7",
      "Code": "sample string 2",
      "MailServer": "sample string 3",
      "Port": "sample string 4",
      "IsSSL": true
    }
  ],
  "Page": 2,
  "PageSize": 3,
  "Offset": 3,
  "SortName": "sample string 4",
  "SortOrder": "sample string 5"
}