POST Fundraising/Publish_FNR_Project_Comment?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
FNR_Project_CommentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PROJECT_COMMENT_ID | integer |
None. |
|
| PROJECT_ID | integer |
None. |
|
| DONATION_ID | integer |
None. |
|
| USER_ID | integer |
None. |
|
| PERSON_NAME | string |
None. |
|
| string |
None. |
||
| COMMENT | string |
None. |
|
| DATE | string |
None. |
|
| IS_READ | boolean |
None. |
|
| IS_DELETED | boolean |
None. |
|
| IS_PUBLISHED | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PROJECT_COMMENT_ID": 1,
"PROJECT_ID": 2,
"DONATION_ID": 1,
"USER_ID": 1,
"PERSON_NAME": "sample string 3",
"EMAIL": "sample string 4",
"COMMENT": "sample string 5",
"DATE": "sample string 6",
"IS_READ": true,
"IS_DELETED": true,
"IS_PUBLISHED": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Edit_FNR_Project| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| data | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"data": 2
}