POST api/Exam/examstuans
Request Information
URI Parameters
None.
Body Parameters
ON_WRTESTName | Description | Type | Additional information |
---|---|---|---|
entry_no | integer |
None. |
|
exam_id | integer |
None. |
|
comp_id | integer |
None. |
|
ans_sht | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "entry_no": 1, "exam_id": 2, "comp_id": 3, "ans_sht": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.