POST api/event/share-event

Request Information

URI Parameters

None.

Body Parameters

ShareEvent
NameDescriptionTypeAdditional information
TOKAN_NO

string

None.

USER_SEQ

string

None.

EVENT_SEQ

integer

None.

TO_EMAIL_IDS

Collection of ToReceiver

None.

Request Formats

application/json, text/json

Sample:
{
  "TOKAN_NO": "sample string 1",
  "USER_SEQ": "sample string 2",
  "EVENT_SEQ": 3,
  "TO_EMAIL_IDS": [
    {
      "EMAIL_ID": "sample string 1",
      "FULL_NAME": "sample string 2"
    },
    {
      "EMAIL_ID": "sample string 1",
      "FULL_NAME": "sample string 2"
    }
  ]
}

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

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