POST api/Mcqexam/sturesult

Request Information

URI Parameters

None.

Body Parameters

MCQ_STU_ANS
NameDescriptionTypeAdditional information
EXAM_ID

integer

None.

Q_ID

integer

None.

QUS

string

None.

STU_ANS

string

None.

COMP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EXAM_ID": 1,
  "Q_ID": 2,
  "QUS": "sample string 3",
  "STU_ANS": "sample string 4",
  "COMP_ID": 5
}

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.