POST api/Onclass/stuonclass

Request Information

URI Parameters

None.

Body Parameters

a_online_class
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

NCLASS

string

None.

NSECTION

string

None.

SUB_NAME

string

None.

CL_LINK

string

None.

CLASS_TIME

date

None.

STAFF_ID

string

None.

room_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "NCLASS": "sample string 2",
  "NSECTION": "sample string 3",
  "SUB_NAME": "sample string 4",
  "CL_LINK": "sample string 5",
  "CLASS_TIME": "2024-09-18T18:01:48.0965013+05:30",
  "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.