POST api/Homework/stuhws

Request Information

URI Parameters

None.

Body Parameters

homework
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

NCLASS

string

None.

NSECTION

string

None.

SUB_NAME

string

None.

HDATE

date

None.

H_TITLE

string

None.

H_DETAIL

string

None.

FILE_NAME

string

None.

STAFF_ID

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",
  "HDATE": "2026-01-16T14:21:48.7469426+05:30",
  "H_TITLE": "sample string 5",
  "H_DETAIL": "sample string 6",
  "FILE_NAME": "sample string 7",
  "STAFF_ID": "sample string 8"
}

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.