POST api/emailmas/save

Request Information

URI Parameters

None.

Body Parameters

EMAIL_MAS
NameDescriptionTypeAdditional information
SEQ_NO

byte

None.

USER_SEQ

integer

None.

DISPLAY_NAME

string

Required

String length: inclusive between 0 and 50

EMAIL_ID

string

Required

String length: inclusive between 0 and 100

PASSWORD

string

Required

String length: inclusive between 0 and 25

CC_EMAIL_ID

string

String length: inclusive between 0 and 100

SMTP

string

Required

String length: inclusive between 0 and 100

IMAP

string

Required

String length: inclusive between 0 and 100

POP

string

Required

String length: inclusive between 0 and 100

SMTP_PORT

string

Required

String length: inclusive between 0 and 100

USE_SSL

boolean

None.

IS_ACTIVE

boolean

None.

POP_PORT

string

String length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "SEQ_NO": 64,
  "USER_SEQ": 2,
  "DISPLAY_NAME": "sample string 3",
  "EMAIL_ID": "sample string 4",
  "PASSWORD": "sample string 5",
  "CC_EMAIL_ID": "sample string 6",
  "SMTP": "sample string 7",
  "IMAP": "sample string 8",
  "POP": "sample string 9",
  "SMTP_PORT": "sample string 10",
  "USE_SSL": true,
  "IS_ACTIVE": true,
  "POP_PORT": "sample string 11"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EMAIL_MAS'.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

VALUE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "VALUE": "sample string 3"
}