POST api/studentFeed/feedback
Request Information
URI Parameters
None.
Body Parameters
StudentFeedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| School_Id | integer |
None. |
|
| Student_Id | integer |
None. |
|
| Year_Id | integer |
None. |
|
| Class_Id | integer |
None. |
|
| Div_Id | integer |
None. |
|
| SubjectId | integer |
None. |
|
| LectureNumber | integer |
None. |
|
| DateAdded | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"School_Id": 1,
"Student_Id": 2,
"Year_Id": 3,
"Class_Id": 4,
"Div_Id": 5,
"SubjectId": 6,
"LectureNumber": 7,
"DateAdded": "sample string 8"
}
application/xml, text/xml
Sample:
<StudentFeedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Controllers"> <Class_Id>4</Class_Id> <DateAdded>sample string 8</DateAdded> <Div_Id>5</Div_Id> <LectureNumber>7</LectureNumber> <School_Id>1</School_Id> <Student_Id>2</Student_Id> <SubjectId>6</SubjectId> <Year_Id>3</Year_Id> </StudentFeedRequest>
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.