POST api/examination/students
Request Information
URI Parameters
None.
Body Parameters
StudentAssessmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InstituteID | integer |
None. |
|
| FinancialYearID | integer |
None. |
|
| CourseSectionID | integer |
None. |
|
| CourseID | integer |
None. |
|
| SubjectID | integer |
None. |
|
| ExamPatternStructureID | integer |
None. |
|
| EnableDisable | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"instituteID": 1,
"financialYearID": 2,
"courseSectionID": 3,
"courseID": 4,
"subjectID": 5,
"examPatternStructureID": 6,
"enableDisable": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.