GET api/PostSysLookups/SaveSchoolInternals
Request Information
URI Parameters
None.
Body Parameters
Collection of InterExamsClsName | Description | Type | Additional information |
---|---|---|---|
InterExamID | string |
None. |
|
InternalExam | string |
None. |
|
SchoolID | 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", "SchoolID": "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", "SchoolID": "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:
{}