POST api/account/GetDonationAccountDetails
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": "7f88a5ad-b129-4462-b3ed-6a99486540a2",
"DonarId": "b2d0040f-4d53-4c0b-936d-5882f27dd1ca",
"ActionById": "b7a5fb4f-3e42-4617-8ee1-971b9a5b0303",
"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": "486bb688-3ee0-4017-911b-b5d9c73cc172",
"PaymentMethodId": "e6860625-5040-44d1-9430-ae5da40a6e4e",
"DonationTypeId": "515c1e2f-459a-4127-9726-ccd9cbe8355e",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "ce8f2520-1c8c-4d5d-88e9-14a9b841321a",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-03-31T16:23:32.3621921+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "972b0be9-91d5-4278-8fee-ab5c8c8be61b",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "6775a349-815f-4083-bf4d-209473a61816",
"Country": "sample string 16",
"ProvinceId": "3b679ce5-94d0-42ff-89b1-810926c24a60",
"Province": "sample string 17",
"CityId": "95ad0466-1d55-4e96-80e3-eabec1787f5a",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-03-31T16:23:32.3621921+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.