POST api/Customer/Getudp_get_EmailInfo

Documentation for 'Getudp_get_EmailInfo'.

Request Information

Parameters

NameDescriptionAdditional information
objuser
Documentation for 'objuser'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "LoginId": 2,
  "ProjectId": 3,
  "Status": "sample string 4",
  "Status1": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "EmailId": "sample string 1",
      "Pwd": "sample string 2",
      "SMTP": "sample string 3",
      "Port": "sample string 4",
      "Outgoing": "sample string 5",
      "AccountName": "sample string 6",
      "SsIEnable": "sample string 7"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}