POST Fundraising/Get_FNR_Project_Donations?Ticket={Ticket}&projectId={projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| projectId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_FNR_Project_Donations| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of FNR_Project_DonationDto |
None. |
|
| Currency | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"PROJECT_DONATION_ID": 1,
"PROJECT_ID": 2,
"CODE": "sample string 3",
"COMMENT": "sample string 4",
"DATE": "2025-11-08T11:09:06.6777577+00:00",
"DONOR_NAME": "sample string 5",
"DONOR_EMAIL": "sample string 6",
"PAYMENT_METHOD": "sample string 7",
"PAYMENT_REFERENCE": "sample string 8",
"AMOUNT": 1.0,
"CURRENCY": "sample string 9",
"CONVERTED_AMOUNT": 1.0,
"MUST_CONVERTED_AMOUNT": 1.0,
"STATUS": 1,
"PAYMENT_ID": 1,
"DELETED": true,
"DELETE_REASON": "sample string 10",
"DELETE_DATE": "2025-11-08T11:09:06.6777577+00:00",
"APPROVED": true,
"APPROVE_DATE": "2025-11-08T11:09:06.6777577+00:00"
},
{
"PROJECT_DONATION_ID": 1,
"PROJECT_ID": 2,
"CODE": "sample string 3",
"COMMENT": "sample string 4",
"DATE": "2025-11-08T11:09:06.6777577+00:00",
"DONOR_NAME": "sample string 5",
"DONOR_EMAIL": "sample string 6",
"PAYMENT_METHOD": "sample string 7",
"PAYMENT_REFERENCE": "sample string 8",
"AMOUNT": 1.0,
"CURRENCY": "sample string 9",
"CONVERTED_AMOUNT": 1.0,
"MUST_CONVERTED_AMOUNT": 1.0,
"STATUS": 1,
"PAYMENT_ID": 1,
"DELETED": true,
"DELETE_REASON": "sample string 10",
"DELETE_DATE": "2025-11-08T11:09:06.6777577+00:00",
"APPROVED": true,
"APPROVE_DATE": "2025-11-08T11:09:06.6777577+00:00"
}
],
"Currency": "sample string 5"
}