POST api/OfflineExam/GetStudentForResultEntry
Request Information
URI Parameters
None.
Body Parameters
tbl_StudentForExamResultEntryName | Description | Type | Additional information |
---|---|---|---|
Schid | integer |
None. |
|
GrpID | integer |
None. |
|
CourseID | integer |
None. |
|
SectionID | integer |
None. |
|
SubjectID | integer |
None. |
|
SessionID | integer |
None. |
|
ExamIDtlID | integer |
None. |
|
StudentCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "schid": 1, "grpID": 2, "courseID": 3, "sectionID": 1, "subjectID": 4, "sessionID": 5, "examIDtlID": 6, "studentCode": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |