PUT api/TalentAcquisition/CandidateFeedbackRating
Request Information
URI Parameters
None.
Body Parameters
CandidateFeedbackRatingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CandidateFeedbackRatingDetailsId | integer |
None. |
|
| CandidateFeedbackDetailsId | integer |
None. |
|
| InterviewSkillsId | integer |
None. |
|
| InterviewSkillsRatingDetailsId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifyDate | date |
None. |
|
| ModifyBy | integer |
None. |
|
| IpAddress | string |
None. |
|
| LocalIpAddress | string |
None. |
|
| DbUserAccount | string |
None. |
|
| RequestType | RequestTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"CandidateFeedbackRatingDetailsId": 1,
"CandidateFeedbackDetailsId": 1,
"InterviewSkillsId": 1,
"InterviewSkillsRatingDetailsId": 1,
"IsActive": true,
"CreatedDate": "2026-01-07T07:16:19.61397+05:30",
"CreatedBy": 4,
"ModifyDate": "2026-01-07T07:16:19.61397+05:30",
"ModifyBy": 1,
"IpAddress": "sample string 5",
"LocalIpAddress": "sample string 6",
"DbUserAccount": "sample string 7",
"RequestType": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.