POST api/App/GetSubjectWiseLectureStatus
Request Information
URI Parameters
None.
Body Parameters
GetSubjectWiseLectureStatusRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| YearId | integer |
None. |
|
| School_Id | integer |
None. |
|
| ClassId | integer |
None. |
|
| DivId | integer |
None. |
|
| StudentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"YearId": 1,
"School_Id": 2,
"ClassId": 3,
"DivId": 4,
"StudentId": 5
}
application/xml, text/xml
Sample:
<GetSubjectWiseLectureStatusRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models"> <ClassId>3</ClassId> <DivId>4</DivId> <School_Id>2</School_Id> <StudentId>5</StudentId> <YearId>1</YearId> </GetSubjectWiseLectureStatusRequest>
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.