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": "10d1a6f4-9d58-4038-929a-3c6ed6997c3e",
"DonarId": "ac48e8b4-f887-45f8-ade3-f93ffb12f9ff",
"ActionById": "2d657ddd-d052-4a1f-adea-ea41e5fd2b34",
"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": "5000a316-cfc7-41a5-be6e-2fd7c8e75caa",
"PaymentMethodId": "7e374dca-5488-41fe-a7f3-8dc99ac7052a",
"DonationTypeId": "035c6b27-c67f-476c-9686-d9a33500461c",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "f615a3f8-cbda-4b22-aac2-f5bb376ec21c",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-04-11T17:12:46.3239787+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "69c75e49-72de-4a80-95b4-123a58d075b7",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "3365d76c-0a14-4c02-b39c-b03dc4ea2c4f",
"Country": "sample string 16",
"ProvinceId": "7bc77e42-441f-4320-abc5-9faf5e2fcafd",
"Province": "sample string 17",
"CityId": "d22be81a-0b31-4f57-8bd1-7668c62fa6d3",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-04-11T17:12:46.3239787+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.