POST api/Donation/GetDonationsSummary
Request Information
URI Parameters
None.
Body Parameters
DTODonationsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| DonarId | globally unique identifier |
None. |
|
| ActionById | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| ImagePath | string |
None. |
|
| IsWeb | boolean |
None. |
|
| IsMobile | boolean |
None. |
|
| IsHIMS | boolean |
None. |
|
| Description | string |
None. |
|
| Value | integer |
None. |
|
| PaymentMethod | string |
None. |
|
| AccountNumber | string |
None. |
|
| BankName | string |
None. |
|
| AccountTitle | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| PaymentMethodId | globally unique identifier |
None. |
|
| DonationTypeId | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| Attachment | string |
None. |
|
| DonationAccountId | globally unique identifier |
None. |
|
| DonationStatus | integer |
None. |
|
| UserDonationStatus | string |
None. |
|
| UserDonationDate | date |
None. |
|
| DonationStatusRemarks | string |
None. |
|
| DonationId | globally unique identifier |
None. |
|
| MonthlyDonations | integer |
None. |
|
| DailyDonations | integer |
None. |
|
| PendingDonations | integer |
None. |
|
| ApprovedDonations | integer |
None. |
|
| BranchName | string |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| Country | string |
None. |
|
| ProvinceId | globally unique identifier |
None. |
|
| Province | string |
None. |
|
| CityId | globally unique identifier |
None. |
|
| City | string |
None. |
|
| MobileNumber | string |
None. |
|
| DonationDate | date |
None. |
|
| DeviceToken | string |
None. |
|
| PushNotificationTitle | string |
None. |
|
| PushNotificationBody | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e2d25fa5-564e-4708-ade2-6ae4932d3ef4",
"DonarId": "921ec199-d8d9-41d5-aca3-9eb6a29d8877",
"ActionById": "190f6f2e-8895-4247-ad33-22bf5130a2f1",
"Name": "sample string 1",
"ImagePath": "sample string 2",
"IsWeb": true,
"IsMobile": true,
"IsHIMS": true,
"Description": "sample string 6",
"Value": 7,
"PaymentMethod": "sample string 8",
"AccountNumber": "sample string 9",
"BankName": "sample string 10",
"AccountTitle": "sample string 11",
"UserId": "9ab1e4f6-11d1-43b8-9955-f9a0378ff7cd",
"PaymentMethodId": "881a0086-1803-4d72-bbe2-cfbee8f3f842",
"DonationTypeId": "4dd067ba-e595-40e6-b62b-9c3ad4a8af6d",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "ed50a33e-bd92-4701-975c-a73322f0dc68",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-04-11T17:14:48.1328615+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "45b69420-2c4f-4d0e-9d39-01179540d69b",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "7d4feb51-341b-4446-98ed-984a1692e320",
"Country": "sample string 16",
"ProvinceId": "edc51f32-fc92-42ed-8956-8f388650d193",
"Province": "sample string 17",
"CityId": "369cf7f5-26d6-4084-86af-fccf8959db6f",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-04-11T17:14:48.1328615+05:00",
"DeviceToken": "sample string 20",
"PushNotificationTitle": "sample string 21",
"PushNotificationBody": "sample string 22"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.