POST api/Recruitment/giveFeedbackApi

Request Information

URI Parameters

None.

Body Parameters

feedback
NameDescriptionTypeAdditional information
InterviewId

integer

None.

FeedbackID

integer

None.

FeedbackComment

string

None.

FeedbackTime

string

None.

FeedBackStrength

string

None.

FeedBackWeakness

string

None.

InterPersonalSkillsComment

string

None.

InterpersonalSkillsRating

string

None.

CommunicationSkillsComment

string

None.

CommunicationSkillsRating

string

None.

IsDraft

boolean

None.

UpdatedBy

string

None.

device_id

string

None.

curUserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InterviewId": 1,
  "FeedbackID": 2,
  "FeedbackComment": "sample string 3",
  "FeedbackTime": "sample string 4",
  "FeedBackStrength": "sample string 5",
  "FeedBackWeakness": "sample string 6",
  "InterPersonalSkillsComment": "sample string 7",
  "InterpersonalSkillsRating": "sample string 8",
  "CommunicationSkillsComment": "sample string 9",
  "CommunicationSkillsRating": "sample string 10",
  "IsDraft": true,
  "UpdatedBy": "sample string 12",
  "device_id": "sample string 13",
  "curUserName": "sample string 14"
}

application/xml, text/xml

Sample:
<feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models">
  <CommunicationSkillsComment>sample string 9</CommunicationSkillsComment>
  <CommunicationSkillsRating>sample string 10</CommunicationSkillsRating>
  <FeedBackStrength>sample string 5</FeedBackStrength>
  <FeedBackWeakness>sample string 6</FeedBackWeakness>
  <FeedbackComment>sample string 3</FeedbackComment>
  <FeedbackID>2</FeedbackID>
  <FeedbackTime>sample string 4</FeedbackTime>
  <InterPersonalSkillsComment>sample string 7</InterPersonalSkillsComment>
  <InterpersonalSkillsRating>sample string 8</InterpersonalSkillsRating>
  <InterviewId>1</InterviewId>
  <IsDraft>true</IsDraft>
  <UpdatedBy>sample string 12</UpdatedBy>
  <curUserName>sample string 14</curUserName>
  <device_id>sample string 13</device_id>
</feedback>

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.