POST api/Timetable/clttsetup

Request Information

URI Parameters

None.

Body Parameters

SA_TTN
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

T_PERIOD

string

None.

T_SUBJECT

string

None.

T_TNAME

string

None.

T_DAYS

string

None.

T_TIMEFROM

string

None.

T_TIMETO

string

None.

N_CLASS

string

None.

N_SECTION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "T_PERIOD": "sample string 2",
  "T_SUBJECT": "sample string 3",
  "T_TNAME": "sample string 4",
  "T_DAYS": "sample string 5",
  "T_TIMEFROM": "sample string 6",
  "T_TIMETO": "sample string 7",
  "N_CLASS": "sample string 8",
  "N_SECTION": "sample string 9"
}

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.