POST api/companyevents/comment/delete
Request Information
URI Parameters
None.
Body Parameters
ComEventCommentApproveRejectRqst| Name | Description | Type | Additional information |
|---|---|---|---|
| comment_id | integer |
None. |
|
| usr_id | integer |
None. |
|
| reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"comment_id": 1,
"usr_id": 2,
"reason": "sample string 3"
}
application/xml, text/xml
Sample:
<ComEventCommentApproveRejectRqst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <comment_id>1</comment_id> <reason>sample string 3</reason> <usr_id>2</usr_id> </ComEventCommentApproveRejectRqst>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.