POST api/v1/appraisals/{appraisalId}/competencies/{compId}/comment
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appraisalId | integer |
Required |
|
| compId | integer |
Required |
Body Parameters
AppraisalCommentUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Comment": "sample string 1"
}
application/xml, text/xml
Sample:
<AppraisalsController.AppraisalCommentUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Comment>sample string 1</Comment> </AppraisalsController.AppraisalCommentUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.