POST api/DeleteGOJSComment

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

BaseApiResponse
Name Description Type Additional information
Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}