POST api/examination/GetStructure
Request Information
URI Parameters
None.
Body Parameters
ExamPatternByCourseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseID | integer |
None. |
|
| FK_InstituteID | integer |
None. |
|
| IsVisibleToTeacher | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"courseID": 1,
"fK_InstituteID": 2,
"isVisibleToTeacher": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.