POST api/Exam/examqus
Request Information
URI Parameters
None.
Body Parameters
EXAM_DETAILName | Description | Type | Additional information |
---|---|---|---|
EXAM_ID | integer |
None. |
|
Q_ID | integer |
None. |
|
QUS | string |
None. |
|
ANS1 | string |
None. |
|
ANS2 | string |
None. |
|
ANS3 | string |
None. |
|
ANS4 | string |
None. |
|
CUR_ANS | string |
None. |
|
QUS_REMARK_IMG | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EXAM_ID": 1, "Q_ID": 2, "QUS": "sample string 3", "ANS1": "sample string 4", "ANS2": "sample string 5", "ANS3": "sample string 6", "ANS4": "sample string 7", "CUR_ANS": "sample string 8", "QUS_REMARK_IMG": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.