PUT Middleware/Services/InterviewFeedbackHistory/Put
Request Information
URI Parameters
None.
Body Parameters
InterviewFeedbackHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| RecommendSelection | RecommendSelection |
None. |
|
| Strength | string |
None. |
|
| Weakness | string |
None. |
|
| Opportunities | string |
None. |
|
| Threat | string |
None. |
|
| GenOfferLetter | boolean |
None. |
|
| RatingScore | integer |
None. |
|
| Details | string |
None. |
|
| ApprovalStatus | ApprovalStatus |
None. |
|
| CandidateId | string |
None. |
|
| InterviewfeedbackId | string |
None. |
|
| InterviewId | string |
None. |
|
| InterviewRoundId | string |
None. |
|
| CandidateStatus | CandidateStatus |
None. |
|
| Id | string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecommendSelection": 0,
"Strength": "sample string 1",
"Weakness": "sample string 2",
"Opportunities": "sample string 3",
"Threat": "sample string 4",
"GenOfferLetter": true,
"RatingScore": 6,
"Details": "sample string 7",
"ApprovalStatus": 0,
"CandidateId": "sample string 8",
"InterviewfeedbackId": "sample string 9",
"InterviewId": "sample string 10",
"InterviewRoundId": "sample string 11",
"CandidateStatus": 0,
"Id": "sample string 12",
"Name": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.