POST Fundraising/project/{code}/comments/send
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
Params_FNR_Project_Comment| Name | Description | Type | Additional information |
|---|---|---|---|
| DONATION_ID | integer |
None. |
|
| USER_ID | integer |
None. |
|
| PERSON_NAME | string |
None. |
|
| string |
None. |
||
| COMMENT | string |
None. |
|
| PROJECT_CODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DONATION_ID": 1,
"USER_ID": 1,
"PERSON_NAME": "sample string 1",
"EMAIL": "sample string 2",
"COMMENT": "sample string 3",
"PROJECT_CODE": "sample string 4"
}
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
}