POST api/OfflineCriteriaExam/GetStudentForCriteriaResultEntry

Request Information

URI Parameters

None.

Body Parameters

tbl_StudentForExamCretriaResultEntry
NameDescriptionTypeAdditional information
Schid

integer

None.

CreteriaDetailID

integer

None.

CourseID

integer

None.

SectionID

integer

None.

ExamIDMasterID

integer

None.

StudentCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "schid": 1,
  "creteriaDetailID": 2,
  "courseID": 3,
  "sectionID": 1,
  "examIDMasterID": 4,
  "studentCode": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.