GET api/Elearning/SaveEleQuestionPaperMarks
Request Information
URI Parameters
None.
Body Parameters
tblSaveQuestionMaksName | Description | Type | Additional information |
---|---|---|---|
tblQuestionMarks | Collection of tblQuestionMarks |
None. |
|
UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "tblQuestionMarks": [ { "EleExamPaperID": 1, "QID": 2, "Marks": 3 }, { "EleExamPaperID": 1, "QID": 2, "Marks": 3 } ], "UserID": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}