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": "0070eba2-b7ff-48c3-855d-41824c6156bc",
"DonarId": "a2bdd5ac-6232-4fd8-94c4-3057d1c7059c",
"ActionById": "ae3b17d4-02c0-4321-adcf-79c9e49c13db",
"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": "80b621ac-e075-4c58-89ff-bb08b2843b1e",
"PaymentMethodId": "247aa854-1015-4a83-9d69-fa0a12acfc37",
"DonationTypeId": "2f662961-f1e4-41cc-a218-046b6c17d040",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "94d818c7-dcee-440c-bfc0-5ed1c545390f",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2025-12-20T17:39:26.848761+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "c2ea45ee-44d9-4b94-9b22-3d2ec462847a",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "6a3b7dbe-680f-4e43-8460-77e9c9f00421",
"Country": "sample string 16",
"ProvinceId": "42c791dc-4f8d-4d14-abd3-f50a5a4f9f0b",
"Province": "sample string 17",
"CityId": "5a790cc0-5517-41b6-aa5f-5cced67e22d6",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2025-12-20T17:39:26.848761+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.