POST api/event/manage

Request Information

URI Parameters

None.

Body Parameters

EventMaster
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

USER_SEQ

integer

None.

TOKEN_NO

string

None.

EVENT_TYPE

string

None.

EVENT_NAME

string

None.

FILE_PATH

string

None.

LINK

string

None.

START_DATE

date

None.

END_DATE

date

None.

TRANS_DATE

date

None.

HALL_NO

string

None.

BOOTH_NO

string

None.

CITY

string

None.

STATE

string

None.

COUNTRY

string

None.

IS_ACTIVE

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SEQ_NO": 1,
  "USER_SEQ": 2,
  "TOKEN_NO": "sample string 3",
  "EVENT_TYPE": "sample string 4",
  "EVENT_NAME": "sample string 5",
  "FILE_PATH": "sample string 6",
  "LINK": "sample string 7",
  "START_DATE": "2024-03-28T12:16:25.9584221-04:00",
  "END_DATE": "2024-03-28T12:16:25.9584221-04:00",
  "TRANS_DATE": "2024-03-28T12:16:25.9584221-04:00",
  "HALL_NO": "sample string 8",
  "BOOTH_NO": "sample string 9",
  "CITY": "sample string 10",
  "STATE": "sample string 11",
  "COUNTRY": "sample string 12",
  "IS_ACTIVE": true
}

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

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