PUT Middleware/Services/RatingDetailsHistory/Put
Request Information
URI Parameters
None.
Body Parameters
RatingDetailsHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Rate | integer |
None. |
|
| Active | boolean |
None. |
|
| InterviewFeedbackId | string |
None. |
|
| InterviewAttributesId | string |
None. |
|
| RatingDetailsId | string |
None. |
|
| Id | string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Rate": 1,
"Active": true,
"InterviewFeedbackId": "sample string 3",
"InterviewAttributesId": "sample string 4",
"RatingDetailsId": "sample string 5",
"Id": "sample string 6",
"Name": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.