GET api/QuestionBank/SaveRollNumbers
Request Information
URI Parameters
None.
Body Parameters
Collection of tblSaveRollNumbersName | Description | Type | Additional 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
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}