GET api/QuestionBank/SaveMultiStudentStatus
Request Information
URI Parameters
None.
Body Parameters
Collection of tblSaveMultiStudentStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | integer |
None. |
|
| Status | integer |
None. |
|
| UserId | integer |
None. |
|
| StatusComments | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"StudentId": 1,
"Status": 2,
"UserId": 3,
"StatusComments": "sample string 4"
},
{
"StudentId": 1,
"Status": 2,
"UserId": 3,
"StatusComments": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}