POST api/Donation/GetDonationAccountsDDL
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": "4b513032-9566-4d18-96ae-7ba8f3682425",
"DonarId": "3b59efcc-9887-41cf-bdf0-f8e8157c645b",
"ActionById": "dcc01157-2cdd-4adc-af11-3bbb995618aa",
"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": "967ad932-c670-423d-ab07-a2efd02e876c",
"PaymentMethodId": "2c838e81-e9ed-4bac-939d-43e09f8d63ac",
"DonationTypeId": "f963c2f2-e985-4c06-940a-92b388c36fb8",
"Amount": 1.1,
"Attachment": "sample string 12",
"DonationAccountId": "9f88d970-836b-4be9-9dd5-35542aad4f1b",
"DonationStatus": 1,
"UserDonationStatus": "sample string 13",
"UserDonationDate": "2026-04-11T17:12:44.8099116+05:00",
"DonationStatusRemarks": "sample string 14",
"DonationId": "f8760ae9-f9fc-4eb8-b2f9-dd7ed23a8a24",
"MonthlyDonations": 1,
"DailyDonations": 1,
"PendingDonations": 1,
"ApprovedDonations": 1,
"BranchName": "sample string 15",
"CountryId": "254bfc45-ac7c-4d4a-b9fc-da26064d41a6",
"Country": "sample string 16",
"ProvinceId": "e8a1505d-6d89-4980-8b81-81cad9942574",
"Province": "sample string 17",
"CityId": "ca20424e-cb89-4a38-9955-1fada2829b1d",
"City": "sample string 18",
"MobileNumber": "sample string 19",
"DonationDate": "2026-04-11T17:12:44.8099116+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.