POST Api/FeedbackResult/InsertFeedbackResult
Request Information
URI Parameters
None.
Body Parameters
FeedbackResult| Name | Description | Type | Additional information |
|---|---|---|---|
| feedbackResultType | string |
None. |
|
| teacherCode | string |
None. |
|
| feedbackBy | string |
None. |
|
| feedbackFormMasterId | string |
None. |
|
| teacherId | string |
None. |
|
| role | string |
None. |
|
| remark | string |
None. |
|
| rollNumber | string |
None. |
|
| collegeId | string |
None. |
|
| subjectId | string |
None. |
|
| semesterId | string |
None. |
|
| sessionId | string |
None. |
|
| paperType | string |
None. |
|
| opCode | integer |
None. |
|
| isException | boolean |
None. |
|
| exceptionMessage | string |
None. |
|
| DS | DataSet |
None. |
|
| id | string |
None. |
|
| strId | string |
None. |
|
| userId | integer |
None. |
|
| status | integer |
None. |
|
| message | string |
None. |
|
| PageSize | string |
None. |
|
| PageIndex | string |
None. |
|
| responseValue | DataSet |
None. |
Request Formats
application/json, text/json
Sample:
{
"feedbackResultType": "sample string 1",
"teacherCode": "sample string 2",
"feedbackBy": "sample string 3",
"feedbackFormMasterId": "sample string 4",
"teacherId": "sample string 5",
"role": "sample string 6",
"remark": "sample string 7",
"rollNumber": "sample string 8",
"collegeId": "sample string 9",
"subjectId": "sample string 10",
"semesterId": "sample string 11",
"sessionId": "sample string 12",
"paperType": "sample string 13",
"opCode": 14,
"isException": true,
"exceptionMessage": "sample string 16",
"ds": null,
"id": "sample string 17",
"strId": "sample string 18",
"userId": 19,
"status": 20,
"message": "sample string 21",
"pageSize": "sample string 22",
"pageIndex": "sample string 23",
"responseValue": {}
}
application/xml, text/xml
Sample:
<FeedbackResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMSWebAPI.Models">
<DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 23</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 22</PageSize>
<exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 16</exceptionMessage>
<id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 17</id>
<isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
<message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 21</message>
<opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">14</opCode>
<responseValue xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">
<xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded" />
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" />
</responseValue>
<status xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">20</status>
<strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 18</strId>
<userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">19</userId>
<collegeId>sample string 9</collegeId>
<feedbackBy>sample string 3</feedbackBy>
<feedbackFormMasterId>sample string 4</feedbackFormMasterId>
<feedbackResultType>sample string 1</feedbackResultType>
<paperType>sample string 13</paperType>
<remark>sample string 7</remark>
<role>sample string 6</role>
<rollNumber>sample string 8</rollNumber>
<semesterId>sample string 11</semesterId>
<sessionId>sample string 12</sessionId>
<subjectId>sample string 10</subjectId>
<teacherCode>sample string 2</teacherCode>
<teacherId>sample string 5</teacherId>
</FeedbackResult>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |