GET api/event/email-share-flag

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

EmailShareFlag
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

DATA

Collection of EmailStockShare

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "DATA": [
    {
      "SEQ_NO": 1,
      "USER_SEQ": 1,
      "TOKEN_NO": 1,
      "TEMPLATE_NAME": "sample string 2",
      "TRANS_DATE": "2024-04-20T02:04:43.2009768-04:00",
      "END_DATE": "2024-04-20T02:04:43.2009768-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"
        }
      ]
    },
    {
      "SEQ_NO": 1,
      "USER_SEQ": 1,
      "TOKEN_NO": 1,
      "TEMPLATE_NAME": "sample string 2",
      "TRANS_DATE": "2024-04-20T02:04:43.2009768-04:00",
      "END_DATE": "2024-04-20T02:04:43.2009768-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"
        }
      ]
    }
  ]
}