POST api/OnlineFeedback/sendFeedback
Request Information
URI Parameters
None.
Body Parameters
RequestStudentSendFeedback| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| FeedbackName | string |
None. |
|
| AttachFile | string |
None. |
|
| Feel | string |
None. |
|
| OnlineFeedbackCategoryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Description": "sample string 1",
"FeedbackName": "sample string 2",
"AttachFile": "sample string 3",
"Feel": "sample string 4",
"OnlineFeedbackCategoryId": 1
}
application/xml, text/xml
Sample:
<StudentModels.RequestStudentSendFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Api.Models"> <AttachFile>sample string 3</AttachFile> <Description>sample string 1</Description> <FeedbackName>sample string 2</FeedbackName> <Feel>sample string 4</Feel> <OnlineFeedbackCategoryId>1</OnlineFeedbackCategoryId> </StudentModels.RequestStudentSendFeedback>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />