POST api/event/manage-email-stock

Request Information

URI Parameters

None.

Body Parameters

EmailStockShare
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

USER_SEQ

integer

None.

TOKEN_NO

integer

None.

TEMPLATE_NAME

string

None.

TRANS_DATE

date

None.

END_DATE

date

None.

EMAIL_TIME

string

None.

EMAIL_DAYS

integer

None.

EMAIL_MAS_SEQ

integer

None.

STOCK_TYPE

string

None.

IS_ACTIVE

boolean

None.

STOCK_PRICE

string

None.

EmailUsers

Collection of EmailStockUser

None.

EmailMas

Collection of EmailMas

None.

Request Formats

application/json, text/json

Sample:
{
  "SEQ_NO": 1,
  "USER_SEQ": 1,
  "TOKEN_NO": 1,
  "TEMPLATE_NAME": "sample string 2",
  "TRANS_DATE": "2024-11-21T03:35:33.9038048-05:00",
  "END_DATE": "2024-11-21T03:35:33.9038048-05:00",
  "EMAIL_TIME": "sample string 3",
  "EMAIL_DAYS": 1,
  "EMAIL_MAS_SEQ": 1,
  "STOCK_TYPE": "sample string 4",
  "IS_ACTIVE": true,
  "STOCK_PRICE": "sample string 5",
  "EmailUsers": [
    {
      "SEQ_NO": 1,
      "MAS_SEQ": 1,
      "USER_SEQ": 1,
      "COMP_NAME": "sample string 2",
      "DISPLAY_NAME": "sample string 3",
      "EMAIL_ID": "sample string 4",
      "SUPPORT_NAME": "sample string 5",
      "SUPPORT_CONTACT_NO": "sample string 6",
      "SUPPORT_EMAIL_ID": "sample string 7",
      "SELECTED": true
    },
    {
      "SEQ_NO": 1,
      "MAS_SEQ": 1,
      "USER_SEQ": 1,
      "COMP_NAME": "sample string 2",
      "DISPLAY_NAME": "sample string 3",
      "EMAIL_ID": "sample string 4",
      "SUPPORT_NAME": "sample string 5",
      "SUPPORT_CONTACT_NO": "sample string 6",
      "SUPPORT_EMAIL_ID": "sample string 7",
      "SELECTED": true
    }
  ],
  "EmailMas": [
    {
      "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",
      "FULL_NAME": "sample string 12"
    },
    {
      "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",
      "FULL_NAME": "sample string 12"
    }
  ]
}

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 'EmailStockShare'.

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"
}