POST api/EmployeeSatisfaction/SaveESFeedback
Request Information
URI Parameters
None.
Body Parameters
ESFeedback| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionId | integer |
None. |
|
| Comment | string |
None. |
|
| EmployeeId | integer |
None. |
|
| AnswerId | integer |
None. |
|
| CreatedMachineIp | string |
None. |
|
| UserName | string |
None. |
|
| StatusCode | string |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuestionId": 1,
"Comment": "sample string 2",
"EmployeeId": 3,
"AnswerId": 4,
"CreatedMachineIp": "sample string 5",
"UserName": "sample string 6",
"StatusCode": "sample string 7",
"Message": "sample string 8"
}
application/xml, text/xml
Sample:
<ESFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models"> <Message>sample string 8</Message> <StatusCode>sample string 7</StatusCode> <AnswerId>4</AnswerId> <Comment>sample string 2</Comment> <CreatedMachineIp>sample string 5</CreatedMachineIp> <EmployeeId>3</EmployeeId> <QuestionId>1</QuestionId> <UserName>sample string 6</UserName> </ESFeedback>
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.