GET api/Email/AutoSendMail_Old

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BaseModelOfString
NameDescriptionTypeAdditional information
status

integer

None.

data

string

None.

page

PageModel

None.

error

ErrorModel

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "data": "sample string 2",
  "page": {
    "Page": 1,
    "AllPage": 2,
    "Size": 3,
    "TotalCount": 4
  },
  "error": {
    "message": "sample string 1",
    "code": "sample string 2",
    "page": {
      "Page": 1,
      "AllPage": 2,
      "Size": 3,
      "TotalCount": 4
    }
  }
}

application/xml, text/xml

Sample: