GET api/QuestionBank/SaveRollNumbers

Request Information

URI Parameters

None.

Body Parameters

Collection of tblSaveRollNumbers
NameDescriptionTypeAdditional information
StudentId

integer

None.

RollNumber

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "StudentId": 1,
    "RollNumber": 2,
    "UserId": 3
  },
  {
    "StudentId": 1,
    "RollNumber": 2,
    "UserId": 3
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}