POST api/students/list-by-class
Request Information
URI Parameters
None.
Body Parameters
StudentListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Div_Id | integer |
None. |
|
| Class_Id | integer |
None. |
|
| School_Id | integer |
None. |
|
| Year_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Div_Id": 1,
"Class_Id": 2,
"School_Id": 3,
"Year_Id": 4
}
application/xml, text/xml
Sample:
<StudentListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers"> <Class_Id>2</Class_Id> <Div_Id>1</Div_Id> <School_Id>3</School_Id> <Year_Id>4</Year_Id> </StudentListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.