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": "97112e6d-877b-4546-b3b7-f6e276ea4c85",
"DonarId": "43d13afd-fd83-4055-b06a-dc5898527502",
"ActionById": "adb7edf8-1bbe-4cea-9447-f0265e744f42",
"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": "db6919b6-0d84-45af-a6f7-e1a92825520b",
"PaymentMethodId": "648fc9da-2915-428d-bf22-79cae8a77d08",
"DonationTypeId": "d2ed1cdf-1098-4428-b6b8-c74612da0dcd",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "4db4f8f2-eb80-4ecf-b6dc-a304dda74c40",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2025-12-20T17:38:40.5596561+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "074dd783-aa37-4ac8-b8b5-cf0363119355",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "1918d805-7131-4170-a5cc-4dc7ad81e0b2",
"Country": "sample string 16",
"ProvinceId": "fad1f963-6150-470a-8117-b42cb914ae98",
"Province": "sample string 17",
"CityId": "a63b22fd-a0f5-4d32-9a79-e3f291a2e166",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2025-12-20T17:38:40.5596561+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.