POST api/Timetable/cltt

Request Information

URI Parameters

None.

Body Parameters

SA_TIMETABLE
NameDescriptionTypeAdditional information
ID

integer

None.

CLASS_N

string

None.

SECTION_N

string

None.

FILE_NAME

string

None.

DATE1

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CLASS_N": "sample string 2",
  "SECTION_N": "sample string 3",
  "FILE_NAME": "sample string 4",
  "DATE1": "2024-09-18T18:11:06.6106007+05:30"
}

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.