POST api/Mcqexam/sturesult
Request Information
URI Parameters
None.
Body Parameters
MCQ_STU_ANSName | Description | Type | Additional information |
---|---|---|---|
EXAM_ID | integer |
None. |
|
Q_ID | integer |
None. |
|
QUS | string |
None. |
|
STU_ANS | string |
None. |
|
COMP_ID | integer |
None. |
|
ADMIN_NO | string |
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, "ADMIN_NO": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.