POST api/Stucl/jointclass

Request Information

URI Parameters

None.

Body Parameters

combine_class
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

NCLASS

string

None.

SUB_NAME

string

None.

CL_LINK

string

None.

CLASS_TIME

integer

None.

STAFF_ID

string

None.

room_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "NCLASS": "sample string 2",
  "SUB_NAME": "sample string 3",
  "CL_LINK": "sample string 4",
  "CLASS_TIME": 5,
  "STAFF_ID": "sample string 6",
  "room_name": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.