POST api/SaveEngageComment
Request Information
URI Parameters
None.
Body Parameters
EngageCommentAddVMName | Description | Type | Additional information |
---|---|---|---|
iEngageId | integer |
None. |
|
iCommentBy | integer |
None. |
|
sComment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "iEngageId": 1, "iCommentBy": 2, "sComment": "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. |