POST api/account/UserDonationsHistory
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": "8d0bfab8-71b4-4245-9411-e042a8d32d39",
"DonarId": "5fef2fbc-0ab0-4db4-b277-4290e1faea59",
"ActionById": "2edb7407-e8ff-4f14-bba9-d3d25ce78f09",
"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": "3c4563b9-dc76-42d3-b834-7664d7d4e9c5",
"PaymentMethodId": "c5b89093-086a-4c80-9dbe-4416b0ced3cd",
"DonationTypeId": "699e89f1-f9ae-4dc1-8b4e-b26d6db7d297",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "40251ea8-449f-4365-b2a1-c3536672ed60",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-03-31T16:20:49.4182413+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "4d238211-d7f2-4dd9-b7c4-006d1abbb794",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "08eec621-0b9e-4e62-afca-62f67bb1b5ff",
"Country": "sample string 16",
"ProvinceId": "17d14261-6e6d-4ab2-b162-f653fbebfe2c",
"Province": "sample string 17",
"CityId": "88a240c0-a84c-41a7-9577-e191ae57a3ee",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-03-31T16:20:49.4182413+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.