POST api/SaveComment
Request Information
URI Parameters
None.
Body Parameters
CommentGoJSModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ENTITY_ID | integer |
None. |
|
| INVESTOR_ID | integer |
None. |
|
| loc | string |
None. |
|
| FUND_DEAL_ID | integer |
None. |
|
| HTML_NOTE | string |
None. |
|
| USER_ID | integer |
None. |
|
| CLIENT_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ENTITY_ID": 1,
"INVESTOR_ID": 1,
"loc": "sample string 2",
"FUND_DEAL_ID": 1,
"HTML_NOTE": "sample string 3",
"USER_ID": 1,
"CLIENT_ID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| TAID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"TAID": 3
}