POST API/LMS/OnlineQuizResult/ExamValidation
Request Information
URI Parameters
None.
Body Parameters
ExamValidation| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentCurrentID | integer |
None. |
|
| ExamID | integer |
None. |
|
| ExamStatus | string |
None. |
|
| PlayerID | string |
None. |
|
| OQRID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentCurrentID": 1,
"ExamID": 2,
"ExamStatus": "sample string 3",
"PlayerID": "sample string 4",
"OQRID": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |