GET api/PostSysLookups/SaveExamSubjectInternals
Request Information
URI Parameters
None.
Body Parameters
Collection of InternalExamsCls| Name | Description | Type | Additional information |
|---|---|---|---|
| InterExamID | string |
None. |
|
| InternalExam | string |
None. |
|
| ExamSubjectID | string |
None. |
|
| InternalExamCode | string |
None. |
|
| CreatedBy | string |
None. |
|
| PassMarks | string |
None. |
|
| MaxMarks | string |
None. |
|
| ExamCategoryID | string |
None. |
|
| Status | string |
None. |
|
| DisplayOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"InterExamID": "sample string 1",
"InternalExam": "sample string 2",
"ExamSubjectID": "sample string 3",
"InternalExamCode": "sample string 4",
"CreatedBy": "sample string 5",
"PassMarks": "sample string 6",
"MaxMarks": "sample string 7",
"ExamCategoryID": "sample string 8",
"Status": "sample string 9",
"DisplayOrder": "sample string 10"
},
{
"InterExamID": "sample string 1",
"InternalExam": "sample string 2",
"ExamSubjectID": "sample string 3",
"InternalExamCode": "sample string 4",
"CreatedBy": "sample string 5",
"PassMarks": "sample string 6",
"MaxMarks": "sample string 7",
"ExamCategoryID": "sample string 8",
"Status": "sample string 9",
"DisplayOrder": "sample string 10"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}