GET api/event/get-email-stock/{TokanNo}/{UserSeq}/{type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TokanNo

string

Required

UserSeq

integer

Required

type

string

Required

Body Parameters

None.

Response Information

Resource Description

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.

Response Formats

application/json, text/json

Sample:
{
  "SEQ_NO": 1,
  "USER_SEQ": 1,
  "TOKEN_NO": 1,
  "TEMPLATE_NAME": "sample string 2",
  "TRANS_DATE": "2024-04-25T18:51:27.7855281-04:00",
  "END_DATE": "2024-04-25T18:51:27.7855281-04: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"
    }
  ]
}