POST api/EmployeeSatisfaction/SaveESFeedback

Request Information

URI Parameters

None.

Body Parameters

ESFeedback
NameDescriptionTypeAdditional information
SurveyId

string

None.

QuestionId

string

None.

Comment

string

None.

EmployeeId

integer

None.

AnswerId

string

None.

CreatedMachineIp

string

None.

UserName

string

None.

StatusCode

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SurveyId": "sample string 1",
  "QuestionId": "sample string 2",
  "Comment": "sample string 3",
  "EmployeeId": 4,
  "AnswerId": "sample string 5",
  "CreatedMachineIp": "sample string 6",
  "UserName": "sample string 7",
  "StatusCode": "sample string 8",
  "Message": "sample string 9"
}

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 9</Message>
  <StatusCode>sample string 8</StatusCode>
  <AnswerId>sample string 5</AnswerId>
  <Comment>sample string 3</Comment>
  <CreatedMachineIp>sample string 6</CreatedMachineIp>
  <EmployeeId>4</EmployeeId>
  <QuestionId>sample string 2</QuestionId>
  <SurveyId>sample string 1</SurveyId>
  <UserName>sample string 7</UserName>
</ESFeedback>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.