PUT api/TalentAcquisition/CandidateFeedback

Request Information

URI Parameters

None.

Body Parameters

CandidateFeedbackViewModel
NameDescriptionTypeAdditional information
CandidateFeedbackDetailsId

integer

None.

CandidateId

integer

None.

CandidateName

string

None.

InterviewerId

integer

None.

InterviewerName

string

None.

IsKnownCandidate

boolean

None.

RelationId

integer

None.

RelationName

string

None.

RelationRemarks

string

None.

CandidateStatusId

integer

None.

CandidateStatus

string

None.

Remarks

string

None.

FeedbackDate

date

None.

IsActive

boolean

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifyDate

date

None.

ModifyByName

string

None.

IpAddress

string

None.

LocalIpAddress

string

None.

DbUserAccount

string

None.

CandidateJobDetails

string

None.

InterviewSkillsId

integer

None.

InterviewSkillsRatingDetailsId

integer

None.

ListRatingDetails

Collection of RatingDetails

None.

RequestType

RequestTypeEnum

None.

PersonalSkills

string

None.

CommunicationSkills

string

None.

Attitude

string

None.

SubjectKnowledge

string

None.

ExcelKnowledge

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CandidateFeedbackDetailsId": 1,
  "CandidateId": 2,
  "CandidateName": "sample string 3",
  "InterviewerId": 4,
  "InterviewerName": "sample string 5",
  "IsKnownCandidate": true,
  "RelationId": 1,
  "RelationName": "sample string 6",
  "RelationRemarks": "sample string 7",
  "CandidateStatusId": 1,
  "CandidateStatus": "sample string 8",
  "Remarks": "sample string 9",
  "FeedbackDate": "2026-01-07T07:16:24.1718423+05:30",
  "IsActive": true,
  "CreatedDate": "2026-01-07T07:16:24.1718423+05:30",
  "CreatedBy": 12,
  "ModifyDate": "2026-01-07T07:16:24.1718423+05:30",
  "ModifyByName": "sample string 13",
  "IpAddress": "sample string 14",
  "LocalIpAddress": "sample string 15",
  "DbUserAccount": "sample string 16",
  "CandidateJobDetails": "sample string 17",
  "InterviewSkillsId": 1,
  "InterviewSkillsRatingDetailsId": 1,
  "ListRatingDetails": [
    {
      "$id": "2",
      "InterviewSkillsId": 1,
      "InterviewSkillsRatingDetailsId": 2
    },
    {
      "$ref": "2"
    }
  ],
  "RequestType": 0,
  "PersonalSkills": "sample string 18",
  "CommunicationSkills": "sample string 19",
  "Attitude": "sample string 20",
  "SubjectKnowledge": "sample string 21",
  "ExcelKnowledge": "sample string 22"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.