POST api/Exam/stuexamresult

Request Information

URI Parameters

None.

Body Parameters

EXAM_RESULT
NameDescriptionTypeAdditional information
ENTRY_NO

integer

None.

EXAM_ID

integer

None.

COMP_ID

integer

None.

TOTAL_ANS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ENTRY_NO": 1,
  "EXAM_ID": 2,
  "COMP_ID": 3,
  "TOTAL_ANS": "sample string 4"
}

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.