GET api/Elearning/SaveEleQuestionPaperMarks

Request Information

URI Parameters

None.

Body Parameters

tblSaveQuestionMaks
NameDescriptionTypeAdditional 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

Object

None.

Response Formats

application/json, text/json

Sample:
{}