POST api/account/UserDonationsAmountTotal
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": "5084331a-49d5-453e-ad7b-752aee105bc8",
"DonarId": "f7c6fe9a-4318-4169-8c14-72fe39575898",
"ActionById": "7fa9591b-10ed-4e75-bfe3-198e2c4a59f8",
"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": "fd6fd6bc-1db4-47fe-b1e0-60f43f0f2443",
"PaymentMethodId": "1a1369a2-2d18-404b-9ebd-6f9f12483ff6",
"DonationTypeId": "2bc97063-c760-42a4-8d34-86647afc0ded",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "d95f2f29-524c-48d4-abd8-45195d6faa05",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-06-06T12:46:22.6948814+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "433bdddb-23f9-47fc-9e6c-6dc1ce6b10ca",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "0d26f78a-58aa-4437-90c6-2ee4f473c52d",
"Country": "sample string 16",
"ProvinceId": "27246969-974b-4a58-b440-886395dfedf5",
"Province": "sample string 17",
"CityId": "9c6e87d7-b7c9-4d21-b862-c6a01cbf29b2",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-06-06T12:46:22.6948814+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.