POST api/SaveEngageCommentFlag
Request Information
URI Parameters
None.
Body Parameters
EngageCommentFlagVMName | Description | Type | Additional information |
---|---|---|---|
iEngageCommentId | integer |
None. |
|
iFlaggedBy | integer |
None. |
|
type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "iEngageCommentId": 1, "iFlaggedBy": 2, "type": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |